Skip to content

add chart to manage calico-node-autoscaler

Nick Duff requested to merge nduff/calico into master

Relates to: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/16775

  • Adds a chart for managing the calico-node-autoscaler configMap.
  • Adds the deployment to pre with a value based on its average utilization to test functionality.

image

source

Required Steps before MR:

kubectl -n kube-system annotate cm calico-node-vertical-autoscaler meta.helm.sh/release-name=calico-node-autoscaler
kubectl -n kube-system annotate cm calico-node-vertical-autoscaler meta.helm.sh/release-namespace=kube-system
kubectl -n kube-system label cm calico-node-vertical-autoscaler app.kubernetes.io/managed-by=Helm
Edited by Nick Duff

Merge request reports