Skip to content

Commit 9332d11

Browse files
committed
Update cluster-autoscaler image to v1.16.0-beta.1
1 parent 57df10a commit 9332d11

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cluster/gce/manifests/cluster-autoscaler.manifest

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"containers": [
1818
{
1919
"name": "cluster-autoscaler",
20-
"image": "k8s.gcr.io/cluster-autoscaler:v1.15.0",
20+
"image": "k8s.gcr.io/cluster-autoscaler:v1.16.0-beta.1",
2121
"livenessProbe": {
2222
"httpGet": {
2323
"path": "/health-check",
@@ -27,13 +27,15 @@
2727
"periodSeconds": 60
2828
},
2929
"command": [
30-
"./run.sh",
30+
"/cluster-autoscaler",
3131
"--kubernetes=https://127.0.0.1:443",
3232
"--v=4",
33-
"--logtostderr=true",
33+
"--logtostderr=false",
34+
"--log-file=/var/log/cluster-autoscaler.log",
35+
"--log-file-max-size=0",
3436
"--write-status-configmap=true",
3537
"--balance-similar-node-groups=true",
36-
"--expendable-pods-priority-cutoff=-10",
38+
"--expendable-pods-priority-cutoff=-10",
3739
{{params}}
3840
],
3941
"env": [

0 commit comments

Comments
 (0)