Skip to content
Snippets Groups Projects
  1. Nov 13, 2022
  2. Nov 12, 2022
  3. Nov 10, 2022
  4. Nov 08, 2022
  5. Nov 05, 2022
  6. Oct 29, 2022
  7. Oct 28, 2022
  8. Oct 09, 2022
  9. Aug 25, 2022
    • James Smith's avatar
      Mark job pods not to use Istio's envoy sidecar (#18415) · 11659439
      James Smith authored
      * Mark job pods not to use Istio's envoy sidecar
      
      Istio injects sidecars into pods to implement mTLS between pods. Jobs
      usually don't know about this, so they don't signal the Envoy process
      to stop when the job finishes. Since at least one process is running
      in the pod, Kubernetes doesn't consider the job to be completed, so it
      lingers.
      
      By adding the `sidecar.istio.io/inject` annotation set to `"false"`,
      we let Istio know that it should not inject the sidecar. If Istio is
      not installed, then this has no impact.
      
      * Support arbitrary job annotations in the Helm chart
      
      Rather than focus on Istio, this allows arbitrary annotations for job pods.
      
      * Add in-line documentation for pod/job annotations
      Unverified
      11659439
    • Alex Nordlund's avatar
      Unverified
      63a5514b
  10. Aug 10, 2022
  11. May 14, 2022
  12. May 03, 2022
  13. Apr 12, 2022
  14. Feb 11, 2022
  15. Feb 09, 2022
  16. Feb 03, 2022
  17. Feb 01, 2022
  18. Jan 09, 2022
  19. Nov 27, 2021
  20. Oct 14, 2021
  21. Sep 20, 2021
  22. Mar 12, 2021
  23. Feb 19, 2021
Loading