Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sudermanjr/2b72059d8429e76438be63452eb450ef to your computer and use it in GitHub Desktop.

Select an option

Save sudermanjr/2b72059d8429e76438be63452eb450ef to your computer and use it in GitHub Desktop.
Kube202 Helm Install Cluster Autoscaler
helm install stable/cluster-autoscaler \
--name cluster-autoscler \
--namespace kube-system \
--set cloudProvider=aws \
--set autoDiscovery.clusterName=my.cluster.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment