Unverified Commit 659092d8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #68191 from losipiuk/update-ca-1.12.0-beta.1-master

Automatic merge from submit-queue (batch tested with PRs 68119, 68191). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Update cluster autoscaler to 1.12.0-beta.1 Update Cluster Autoscaler to version 1.12.0-beta.1 which is compatible with k8s 1.12. Note: this is pre release version. Update to the final version of CA image will be done a week before k8s release deadline. Version skip from 1.3.x to 1.12.x is to synchronize version numbering between Cluster Autoscaler and k8s core. ```release-note NONE ```
parents 4bb3712a 1725d235
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
"containers": [ "containers": [
{ {
"name": "cluster-autoscaler", "name": "cluster-autoscaler",
"image": "k8s.gcr.io/cluster-autoscaler:v1.3.2-beta.2", "image": "k8s.gcr.io/cluster-autoscaler:v1.12.0-beta.1",
"livenessProbe": { "livenessProbe": {
"httpGet": { "httpGet": {
"path": "/health-check", "path": "/health-check",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment