mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
exclude kms provider from health check
Change-Id: Ie1f828b327c5eede8a0b105a8c3f8fc7affd6f3e
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"scheme": "HTTPS",
|
||||
"host": "127.0.0.1",
|
||||
"port": {{secure_port}},
|
||||
"path": "/healthz?exclude=etcd"
|
||||
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
|
||||
},
|
||||
"initialDelaySeconds": {{liveness_probe_initial_delay}},
|
||||
"timeoutSeconds": 15
|
||||
|
Reference in New Issue
Block a user