File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 17
17
"containers": [
18
18
{
19
19
"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 ",
21
21
"livenessProbe": {
22
22
"httpGet": {
23
23
"path": "/health-check",
27
27
"periodSeconds": 60
28
28
},
29
29
"command": [
30
- "./run.sh ",
30
+ "/cluster-autoscaler ",
31
31
"--kubernetes=https://127.0.0.1:443",
32
32
"--v=4",
33
- "--logtostderr=true",
33
+ "--logtostderr=false",
34
+ "--log-file=/var/log/cluster-autoscaler.log",
35
+ "--log-file-max-size=0",
34
36
"--write-status-configmap=true",
35
37
"--balance-similar-node-groups=true",
36
- "--expendable-pods-priority-cutoff=-10",
38
+ "--expendable-pods-priority-cutoff=-10",
37
39
{{params}}
38
40
],
39
41
"env": [
You can’t perform that action at this time.
0 commit comments