Merge pull request #85868 from logicalhan/readyz

swap over kube-apiserver manifest to use livez and readyz
This commit is contained in:
Kubernetes Prow Robot 2019-12-21 14:23:32 -08:00 committed by GitHub
commit 277523b77f
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&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