Skip to content

Commit ea83fb6

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #65857 from aleksandra-malinowska/cluster-autoscaler-1.3.1-beta.1
Automatic merge from submit-queue (batch tested with PRs 65805, 65811, 65833, 65488, 65857). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update Cluster Autoscaler version to 1.3.1-beta.1 This update Cluster Autoscaler version to 1.3.1-beta.1 and changes the default value for expendable pods priority cutoff in GCP deployment. ```release-note Cluster Autoscaler version updated to 1.3.1-beta.1. Release notes: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.3.1-beta.1 Default value for expendable pod priority cutoff in GCP deployment of Cluster Autoscaler changed from 0 to -10. action required: users deploying workloads with priority lower than 0 may want to use priority lower than -10 to avoid triggering scale-up. ```
2 parents 1e8ef57 + 96109dd commit ea83fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cluster/gce/manifests/cluster-autoscaler.manifest

+2-1
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.3.0",
20+
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.1-beta.1",
2121
"livenessProbe": {
2222
"httpGet": {
2323
"path": "/health-check",
@@ -33,6 +33,7 @@
3333
"--logtostderr=true",
3434
"--write-status-configmap=true",
3535
"--balance-similar-node-groups=true",
36+
"--expendable-pods-priority-cutoff=-10",
3637
"{{params}}"
3738
],
3839
"env": [

0 commit comments

Comments
 (0)