Unverified Commit 6c5838e5 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #60842 from mwielgus/ca-1.1.2

Automatic merge from submit-queue. 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>. Bump Cluster Autoscaler to 1.1.2 Contains fixes around GPUs and base image change. ```release-note Cluster Autoscaler 1.1.2 ```
parents 48a7048d 16f050bd
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"containers": [ "containers": [
{ {
"name": "cluster-autoscaler", "name": "cluster-autoscaler",
"image": "k8s.gcr.io/cluster-autoscaler:v1.1.1", "image": "k8s.gcr.io/cluster-autoscaler:v1.1.2",
"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