mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Tune down initialDelaySeconds for readinessProbe
This commit is contained in:
parent
b79c99da1b
commit
55db76241c
@ -68,7 +68,7 @@ spec:
|
|||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
# we poll on pod startup for the Kubernetes master service and
|
# we poll on pod startup for the Kubernetes master service and
|
||||||
# only setup the /readiness HTTP server once that's available.
|
# only setup the /readiness HTTP server once that's available.
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
|
@ -69,7 +69,7 @@ spec:
|
|||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
# we poll on pod startup for the Kubernetes master service and
|
# we poll on pod startup for the Kubernetes master service and
|
||||||
# only setup the /readiness HTTP server once that's available.
|
# only setup the /readiness HTTP server once that's available.
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
|
@ -69,7 +69,7 @@ spec:
|
|||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
# we poll on pod startup for the Kubernetes master service and
|
# we poll on pod startup for the Kubernetes master service and
|
||||||
# only setup the /readiness HTTP server once that's available.
|
# only setup the /readiness HTTP server once that's available.
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
|
@ -50,7 +50,7 @@ spec:
|
|||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
# we poll on pod startup for the Kubernetes master service and
|
# we poll on pod startup for the Kubernetes master service and
|
||||||
# only setup the /readiness HTTP server once that's available.
|
# only setup the /readiness HTTP server once that's available.
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
|
@ -66,7 +66,7 @@ spec:
|
|||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
# we poll on pod startup for the Kubernetes master service and
|
# we poll on pod startup for the Kubernetes master service and
|
||||||
# only setup the /readiness HTTP server once that's available.
|
# only setup the /readiness HTTP server once that's available.
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 3
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
args:
|
args:
|
||||||
# command = "/kube-dns"
|
# command = "/kube-dns"
|
||||||
|
Loading…
Reference in New Issue
Block a user