Skip to content

Commit

Permalink
Don't run cluster autoscaler
Browse files Browse the repository at this point in the history
Instead, use cluster autoscaler operator to deploy it.
  • Loading branch information
ingvagabund committed Feb 7, 2019
1 parent b4e517e commit 78cf622
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions config/controllers/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,27 +75,6 @@ spec:
limits:
cpu: 100m
memory: 30Mi
- name: cluster-autoscaler
image: docker.io/openshift/origin-cluster-autoscaler:v4.0
command:
- /bin/cluster-autoscaler
args:
- --logtostderr
- --scan-interval=10s
- --cloud-provider=cluster-api
- --scale-down-delay-after-add=10s
- --scale-down-delay-after-delete=10s
- --scale-down-delay-after-failure=10s
- --scale-down-unneeded-time=10s
- --leader-elect=false
- -v=4
resources:
requests:
cpu: 500m
memory: 200Mi
limits:
cpu: 500m
memory: 200Mi
- name: unready-nodes-gb
image: gofed/kubemark-machine-controllers:1e737b9
command:
Expand Down

0 comments on commit 78cf622

Please sign in to comment.