Skip to content

Commit

Permalink
Merge pull request #63974 from aleksandra-malinowska/cluster-autoscal…
Browse files Browse the repository at this point in the history
…er-v1.2.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>.

Cluster Autoscaler 1.2.2

Update Cluster Autoscaler version to 1.2.2

```release-note
Cluster Autoscaler 1.2.2 (release notes: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.2.2)
```
  • Loading branch information
Kubernetes Submit Queue committed May 18, 2018
2 parents 0ef96cb + 6443cd3 commit dfdfea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/manifests/cluster-autoscaler.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"containers": [
{
"name": "cluster-autoscaler",
"image": "k8s.gcr.io/cluster-autoscaler:v1.2.1",
"image": "k8s.gcr.io/cluster-autoscaler:v1.2.2",
"livenessProbe": {
"httpGet": {
"path": "/health-check",
Expand Down

0 comments on commit dfdfea8

Please sign in to comment.