promenade/charts/apiserver
Phil Sphicas a7c7282ba4 Fix: anchor pre-stop failures
kubernetes-controller-manager-anchor pods get stuck in Terminating state
because the pre-stop script tries to touch /tmp/stop, which is on a read
only root filesystem.

This change mounts an emptyDir at /tmp to resolve the issue.

The same change is applied to apiserver, etcd, and scheduler anchors, to
prevent the issue if readOnlyRootFilesystem is enabled.

Related change for haproxy:
https://review.opendev.org/685711/

Change-Id: I784498e0dc24da91a983716029973919b96a3055
2019-11-04 15:14:27 -08:00
..
templates Fix: anchor pre-stop failures 2019-11-04 15:14:27 -08:00
Chart.yaml Refactor apiserver Chart 2017-11-07 23:41:26 +00:00
requirements.yaml Refactor apiserver Chart 2017-11-07 23:41:26 +00:00
values.yaml Chart changes to support k8s v1.16 2019-10-25 13:59:22 +00:00