mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Update Cluster Autoscaler version to 1.3.1-beta.1
This commit is contained in:
parent
63c33f3812
commit
96109ddac4
@ -17,7 +17,7 @@
|
||||
"containers": [
|
||||
{
|
||||
"name": "cluster-autoscaler",
|
||||
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.0",
|
||||
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.1-beta.1",
|
||||
"livenessProbe": {
|
||||
"httpGet": {
|
||||
"path": "/health-check",
|
||||
@ -33,6 +33,7 @@
|
||||
"--logtostderr=true",
|
||||
"--write-status-configmap=true",
|
||||
"--balance-similar-node-groups=true",
|
||||
"--expendable-pods-priority-cutoff=-10",
|
||||
"{{params}}"
|
||||
],
|
||||
"env": [
|
||||
|
Loading…
Reference in New Issue
Block a user