From 55db76241cf10d0fa943281bd5a8aa1e9c4dc509 Mon Sep 17 00:00:00 2001 From: MrHohn Date: Sun, 25 Sep 2016 12:47:28 -0700 Subject: [PATCH] Tune down initialDelaySeconds for readinessProbe --- cluster/addons/dns/skydns-rc.yaml.base | 2 +- cluster/addons/dns/skydns-rc.yaml.in | 2 +- cluster/addons/dns/skydns-rc.yaml.sed | 2 +- cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml | 2 +- cluster/juju/layers/kubernetes/templates/kubedns-rc.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/addons/dns/skydns-rc.yaml.base b/cluster/addons/dns/skydns-rc.yaml.base index a8ad68e003260..4b5e39c24bb32 100644 --- a/cluster/addons/dns/skydns-rc.yaml.base +++ b/cluster/addons/dns/skydns-rc.yaml.base @@ -68,7 +68,7 @@ spec: scheme: HTTP # we poll on pod startup for the Kubernetes master service and # only setup the /readiness HTTP server once that's available. - initialDelaySeconds: 30 + initialDelaySeconds: 3 timeoutSeconds: 5 args: # command = "/kube-dns" diff --git a/cluster/addons/dns/skydns-rc.yaml.in b/cluster/addons/dns/skydns-rc.yaml.in index d0a18a418224d..507b47d886ccb 100644 --- a/cluster/addons/dns/skydns-rc.yaml.in +++ b/cluster/addons/dns/skydns-rc.yaml.in @@ -69,7 +69,7 @@ spec: scheme: HTTP # we poll on pod startup for the Kubernetes master service and # only setup the /readiness HTTP server once that's available. - initialDelaySeconds: 30 + initialDelaySeconds: 3 timeoutSeconds: 5 args: # command = "/kube-dns" diff --git a/cluster/addons/dns/skydns-rc.yaml.sed b/cluster/addons/dns/skydns-rc.yaml.sed index 55767766eeb85..cb60972aa45fd 100644 --- a/cluster/addons/dns/skydns-rc.yaml.sed +++ b/cluster/addons/dns/skydns-rc.yaml.sed @@ -69,7 +69,7 @@ spec: scheme: HTTP # we poll on pod startup for the Kubernetes master service and # only setup the /readiness HTTP server once that's available. - initialDelaySeconds: 30 + initialDelaySeconds: 3 timeoutSeconds: 5 args: # command = "/kube-dns" diff --git a/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml b/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml index cfa2f355f8b3e..c46ec6c90875b 100644 --- a/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml +++ b/cluster/gce/coreos/kube-manifests/addons/dns/skydns-rc.yaml @@ -50,7 +50,7 @@ spec: scheme: HTTP # we poll on pod startup for the Kubernetes master service and # only setup the /readiness HTTP server once that's available. - initialDelaySeconds: 30 + initialDelaySeconds: 3 timeoutSeconds: 5 args: # command = "/kube-dns" diff --git a/cluster/juju/layers/kubernetes/templates/kubedns-rc.yaml b/cluster/juju/layers/kubernetes/templates/kubedns-rc.yaml index ef96d3824472a..51e743bd2c565 100644 --- a/cluster/juju/layers/kubernetes/templates/kubedns-rc.yaml +++ b/cluster/juju/layers/kubernetes/templates/kubedns-rc.yaml @@ -66,7 +66,7 @@ spec: scheme: HTTP # we poll on pod startup for the Kubernetes master service and # only setup the /readiness HTTP server once that's available. - initialDelaySeconds: 30 + initialDelaySeconds: 3 timeoutSeconds: 5 args: # command = "/kube-dns"