mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Add host information for canal readiness probe (#4548)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f69b5f7f33
commit
a6dc50e7cb
@@ -249,6 +249,7 @@ spec:
|
|||||||
privileged: true
|
privileged: true
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
host: 127.0.0.1
|
||||||
path: /liveness
|
path: /liveness
|
||||||
port: 9099
|
port: 9099
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
@@ -257,6 +258,7 @@ spec:
|
|||||||
readinessProbe:
|
readinessProbe:
|
||||||
{% if calico_version is version('v3.3.0', '<')%}
|
{% if calico_version is version('v3.3.0', '<')%}
|
||||||
httpGet:
|
httpGet:
|
||||||
|
host: 127.0.0.1
|
||||||
path: /readiness
|
path: /readiness
|
||||||
port: 9099
|
port: 9099
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
Reference in New Issue
Block a user