Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
allow cluster-autoscaler to provision service-accounts etc
Browse files Browse the repository at this point in the history
The cluster-autoscaler needs a service account and various things.  We
can either provision it ourselves or we can allow the helm chart to
create them for us.  I choose the latter.
  • Loading branch information
philandstuff committed Oct 4, 2019
1 parent b5a4e13 commit ac47be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/gsp-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ cluster-autoscaler:
balance-similar-node-groups: true
image:
tag: v1.14.5 # upgrade this when upgrading kubernetes
rbac:
create: true
# we can only set this if cluster-autoscaler is in the kube-system namespace D:
# priorityClassName: system-cluster-critical
serviceMonitor:
Expand Down

0 comments on commit ac47be1

Please sign in to comment.