Merge pull request #82840 from shihan9/master

exclude kms provider from health check
This commit is contained in:
Kubernetes Prow Robot 2019-09-18 14:49:10 -07:00 committed by GitHub
commit 2b0950236d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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