promenade/charts
Phil Sphicas d161528ae8 Avoid calico-etcd crashloop
Sometimes the calico-etcd pod crashloops when it is being bootstrapped.
This occurs intermittently in the gates.

Best guess .. when the etcd-anchor pod initially creates the etcd static
manifest, it waits for the anchor period (15 seconds) for the etcd pod
to become ready. If it is not ready, the next iteration through the loop
recreates an identical manifest. The fact that it is a new file causes
kubelet to terminate the original container and start up a new one.

Kubelet and the container runtime get out of sync, and kubelet can't
figure out the correct container id, so the pod ends up crashlooping
forever.  Manually removing and readding the manifest file doesn't
resolve the condition, although a kubelet restart actually does.

This "fix" will only write the updated manifest if it is different, and
hopefully will prevent the condition from occurring.

Change-Id: I4b6b1bf17fd8f0b36d24a741779505b38dba349f
2021-02-11 07:14:49 +00:00
..
apiserver Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
apiserver-webhook Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
controller_manager Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
coredns Change helm-toolkit dependency version to ">= 0.1.0" 2020-09-24 19:43:10 -05:00
etcd Avoid calico-etcd crashloop 2021-02-11 07:14:49 +00:00
haproxy Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
promenade Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
proxy Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
scheduler Update to container image repo k8s.gcr.io 2021-01-11 17:42:31 +00:00
.gitignore Add initial Makefile 2017-10-31 12:46:23 -05:00