Skip to content
Snippets Groups Projects
  1. Mar 13, 2019
  2. Feb 14, 2019
  3. Jan 25, 2019
  4. Jan 17, 2019
  5. Jan 11, 2019
  6. Nov 28, 2018
  7. Oct 26, 2018
  8. Jul 17, 2018
  9. Jun 25, 2018
  10. Apr 28, 2018
  11. Apr 13, 2018
  12. Jan 19, 2018
  13. Jan 15, 2018
  14. Jan 05, 2018
  15. 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
  16. Aug 28, 2017
  17. Aug 22, 2017
  18. May 17, 2017
  19. May 04, 2017
  20. Apr 10, 2017
  21. Mar 23, 2017
  22. Mar 10, 2017
  23. Mar 06, 2017
Loading