Skip to content

Commit 0e786cb

Browse files
author
Han Kang
committed
swap over kube-apiserver manifest to use livez and readyz
Change-Id: I90df19b58b0d4d3004dcc3ca3002b099845dfe3a
1 parent 85b5a04 commit 0e786cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/gce/manifests/kube-apiserver.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"scheme": "HTTPS",
3636
"host": "127.0.0.1",
3737
"port": {{secure_port}},
38-
"path": "/healthz?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
38+
"path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
3939
},
4040
"initialDelaySeconds": {{liveness_probe_initial_delay}},
4141
"timeoutSeconds": 15
@@ -45,7 +45,7 @@
4545
"scheme": "HTTPS",
4646
"host": "127.0.0.1",
4747
"port": {{secure_port}},
48-
"path": "/healthz"
48+
"path": "/readyz"
4949
},
5050
"periodSeconds": 1,
5151
"timeoutSeconds": 15

0 commit comments

Comments
 (0)