Skip to content
Snippets Groups Projects
  1. Mar 03, 2020
  2. Feb 11, 2020
  3. Jan 28, 2020
  4. Jan 15, 2020
  5. Jan 10, 2020
  6. Dec 20, 2019
  7. Oct 24, 2019
  8. Sep 24, 2019
  9. Aug 09, 2019
  10. Jul 31, 2019
  11. Jul 18, 2019
  12. Jul 01, 2019
  13. May 29, 2019
  14. Mar 13, 2019
  15. Feb 14, 2019
  16. Jan 25, 2019
  17. Jan 17, 2019
  18. Jan 11, 2019
  19. Nov 28, 2018
  20. Oct 26, 2018
  21. Jul 17, 2018
  22. Jun 25, 2018
  23. Apr 28, 2018
  24. Apr 13, 2018
  25. Jan 19, 2018
  26. Jan 15, 2018
  27. Jan 05, 2018
  28. 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
  29. Aug 28, 2017
  30. Aug 22, 2017
  31. May 17, 2017
  32. May 04, 2017
  33. Apr 10, 2017
  34. Mar 23, 2017
  35. Mar 10, 2017
  36. Mar 07, 2017
  37. Mar 06, 2017
  38. Mar 03, 2017
Loading