mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #85868 from logicalhan/readyz
swap over kube-apiserver manifest to use livez and readyz
This commit is contained in:
commit
277523b77f
@ -35,7 +35,7 @@
|
|||||||
"scheme": "HTTPS",
|
"scheme": "HTTPS",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": {{secure_port}},
|
"port": {{secure_port}},
|
||||||
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
"path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
||||||
},
|
},
|
||||||
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
||||||
"timeoutSeconds": 15
|
"timeoutSeconds": 15
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"scheme": "HTTPS",
|
"scheme": "HTTPS",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": {{secure_port}},
|
"port": {{secure_port}},
|
||||||
"path": "/healthz"
|
"path": "/readyz"
|
||||||
},
|
},
|
||||||
"periodSeconds": 1,
|
"periodSeconds": 1,
|
||||||
"timeoutSeconds": 15
|
"timeoutSeconds": 15
|
||||||
|
Loading…
Reference in New Issue
Block a user