mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Update cluster-autoscaler image to v1.16.0-beta.1
This commit is contained in:
parent
57df10a244
commit
9332d11563
@ -17,7 +17,7 @@
|
|||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "cluster-autoscaler",
|
"name": "cluster-autoscaler",
|
||||||
"image": "k8s.gcr.io/cluster-autoscaler:v1.15.0",
|
"image": "k8s.gcr.io/cluster-autoscaler:v1.16.0-beta.1",
|
||||||
"livenessProbe": {
|
"livenessProbe": {
|
||||||
"httpGet": {
|
"httpGet": {
|
||||||
"path": "/health-check",
|
"path": "/health-check",
|
||||||
@ -27,13 +27,15 @@
|
|||||||
"periodSeconds": 60
|
"periodSeconds": 60
|
||||||
},
|
},
|
||||||
"command": [
|
"command": [
|
||||||
"./run.sh",
|
"/cluster-autoscaler",
|
||||||
"--kubernetes=https://127.0.0.1:443",
|
"--kubernetes=https://127.0.0.1:443",
|
||||||
"--v=4",
|
"--v=4",
|
||||||
"--logtostderr=true",
|
"--logtostderr=false",
|
||||||
|
"--log-file=/var/log/cluster-autoscaler.log",
|
||||||
|
"--log-file-max-size=0",
|
||||||
"--write-status-configmap=true",
|
"--write-status-configmap=true",
|
||||||
"--balance-similar-node-groups=true",
|
"--balance-similar-node-groups=true",
|
||||||
"--expendable-pods-priority-cutoff=-10",
|
"--expendable-pods-priority-cutoff=-10",
|
||||||
{{params}}
|
{{params}}
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
|
Loading…
Reference in New Issue
Block a user