mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Merge pull request #82840 from shihan9/master
exclude kms provider from health check
This commit is contained in:
commit
2b0950236d
@ -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"
|
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
||||||
},
|
},
|
||||||
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
||||||
"timeoutSeconds": 15
|
"timeoutSeconds": 15
|
||||||
|
Loading…
Reference in New Issue
Block a user