Skip to content
Snippets Groups Projects
  1. Nov 23, 2020
  2. Nov 09, 2020
  3. Oct 23, 2020
  4. Sep 10, 2020
  5. Aug 06, 2020
  6. Jul 31, 2020
  7. Jul 28, 2020
  8. Mar 18, 2020
  9. Mar 04, 2020
  10. Mar 03, 2020
  11. Feb 11, 2020
  12. Jan 28, 2020
  13. Jan 15, 2020
  14. Jan 10, 2020
  15. Dec 20, 2019
  16. Oct 24, 2019
  17. Sep 24, 2019
  18. Aug 09, 2019
  19. Jul 31, 2019
  20. Jul 18, 2019
  21. Jul 01, 2019
  22. May 29, 2019
  23. Mar 13, 2019
  24. Feb 14, 2019
  25. Jan 25, 2019
  26. Jan 17, 2019
  27. Jan 11, 2019
  28. Nov 28, 2018
  29. Oct 26, 2018
  30. Jul 17, 2018
  31. Jun 25, 2018
  32. Apr 28, 2018
  33. Apr 13, 2018
  34. Jan 19, 2018
  35. Jan 15, 2018
  36. Jan 05, 2018
  37. Oct 30, 2017
    • Svend Sorensen's avatar
      Omit static compute resource requests and limits from deployment · 73e3dffa
      Svend Sorensen authored
      Do not specify static resource settings in the kubernetes-deployment to avoid
      unnecessary replacement of pods when the manifest is reapplied (`kubectl
      apply`).
      
      The addon-resizer will dynamically set the pod compute resource values. If the
      values are also set statically in the deployment configuration, reapplying the
      configuration will result in the pods getting replaced. Without the static
      resource, the deployment configuration can be reapplied, and the pods will not
      be replaced.
      
      This change was also made in the upstream kube-state-metrics example manifests.
      
      https://github.com/kubernetes/kube-state-metrics/pull/285
      73e3dffa
Loading