mirror of https://github.com/k3s-io/k3s
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 ```pull/8/head
commit
659092d8ba
|
@ -17,7 +17,7 @@
|
|||
"containers": [
|
||||
{
|
||||
"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": {
|
||||
"httpGet": {
|
||||
"path": "/health-check",
|
||||
|
|
Loading…
Reference in New Issue