Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Nov 08, 2022
  3. Nov 05, 2022
  4. Oct 29, 2022
  5. Oct 28, 2022
  6. Oct 09, 2022
  7. 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
  8. Aug 10, 2022
  9. May 14, 2022
  10. May 03, 2022
  11. Apr 12, 2022
  12. Feb 11, 2022
  13. Feb 09, 2022
  14. Feb 03, 2022
  15. Feb 01, 2022
  16. Jan 09, 2022
  17. Nov 27, 2021
  18. Oct 14, 2021
  19. Sep 20, 2021
  20. Mar 12, 2021
  21. Feb 19, 2021
  22. Feb 15, 2021
  23. Feb 14, 2021
  24. Dec 19, 2020
  25. Nov 02, 2020
    • Patrice Ferlet's avatar
      Fix postrgres secret name for cronjob (#15072) · 4b2ec4a2
      Patrice Ferlet authored
      The cronjob tries to get key from `mastodon` secret instead of
      `mastodon-postgresql` - so the cronjob fails with this error:
      
      Error: couldn't find key postgresql-password in Secret [NS]/mastodon
      
      Another solution is to save the postgres password in mastodon secret,
      but that means that the password is placed in two places.
      
      Postgresql use <fullname>-postgresql name as secret name.
      Unverified
      4b2ec4a2
  26. Oct 21, 2020
Loading