mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 09:47:06 +00:00
Merge pull request #47839 from aleksandra-malinowska/autoscaler-liveness-probe
Automatic merge from submit-queue (batch tested with PRs 47380, 47839) Add liveness probe for cluster autoscaler Configure a liveness probe for cluster autoscaler.
This commit is contained in:
@@ -26,6 +26,14 @@
|
||||
{
|
||||
"name": "cluster-autoscaler",
|
||||
"image": "gcr.io/google_containers/cluster-autoscaler:v0.6.0-beta1",
|
||||
"livenessProbe": {
|
||||
"httpGet": {
|
||||
"path": "/health-check",
|
||||
"port": 8085
|
||||
},
|
||||
"initialDelaySeconds": 600,
|
||||
"periodSeconds": 60
|
||||
},
|
||||
"command": [
|
||||
"./run.sh",
|
||||
"--kubernetes=http://127.0.0.1:8080?inClusterConfig=f",
|
||||
|
Reference in New Issue
Block a user