mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +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": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "cluster-autoscaler",
|
"name": "cluster-autoscaler",
|
||||||
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.0",
|
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.1-beta.1",
|
||||||
"livenessProbe": {
|
"livenessProbe": {
|
||||||
"httpGet": {
|
"httpGet": {
|
||||||
"path": "/health-check",
|
"path": "/health-check",
|
||||||
@ -33,6 +33,7 @@
|
|||||||
"--logtostderr=true",
|
"--logtostderr=true",
|
||||||
"--write-status-configmap=true",
|
"--write-status-configmap=true",
|
||||||
"--balance-similar-node-groups=true",
|
"--balance-similar-node-groups=true",
|
||||||
|
"--expendable-pods-priority-cutoff=-10",
|
||||||
"{{params}}"
|
"{{params}}"
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
|
Loading…
Reference in New Issue
Block a user