We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b5a04 commit 0e786cbCopy full SHA for 0e786cb
cluster/gce/manifests/kube-apiserver.manifest
@@ -35,7 +35,7 @@
35
"scheme": "HTTPS",
36
"host": "127.0.0.1",
37
"port": {{secure_port}},
38
- "path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
+ "path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
39
},
40
"initialDelaySeconds": {{liveness_probe_initial_delay}},
41
"timeoutSeconds": 15
@@ -45,7 +45,7 @@
45
46
47
48
- "path": "/healthz"
+ "path": "/readyz"
49
50
"periodSeconds": 1,
51
0 commit comments