mirror of https://github.com/k3s-io/k3s
Update Cluster Autoscaler version in gce manifests to 1.13.1
parent
ad728da0e6
commit
59c0b62e42
|
@ -17,7 +17,7 @@
|
||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "cluster-autoscaler",
|
"name": "cluster-autoscaler",
|
||||||
"image": "k8s.gcr.io/cluster-autoscaler:v1.13.0",
|
"image": "k8s.gcr.io/cluster-autoscaler:v1.13.1",
|
||||||
"livenessProbe": {
|
"livenessProbe": {
|
||||||
"httpGet": {
|
"httpGet": {
|
||||||
"path": "/health-check",
|
"path": "/health-check",
|
||||||
|
|
Loading…
Reference in New Issue