promenade/charts
Mark Burnett 69cb269230 Make K8S proxy health check more aggressive
In K8S version 1.10, the proxy can sometimes get stuck believing that
some services do not have any endpoints.  This seems to be triggered by
network instability, though the proxy doesn't seem to recover on its
own, while bouncing the pod fixes the issue.

This change adds a naive means of detecting and recoverying from this
(`iptables-save | grep 'has no endpoints'` in the liveness probe) that
may occasionally have false positives.  As such, the liveness probe is
configured very conservatively to avoid triggering CrashLoopBackoff in
the event of a false positive.

Finally, there is a whitelist feature to help avoid false positives for
services that are known to legitimately have empty endpoints during the
course of normal operation (e.g. Patroni might manage such an endpoint
list).

Change-Id: I29a770fab70b1fb79db59ef5408f40b2af1c01f9
2018-09-05 13:46:03 -05:00
..
apiserver Opening apiserver Via Ingress 2018-08-10 08:16:50 -05:00
controller_manager Remove unused image references 2018-07-23 11:17:41 -05:00
coredns Fix incorrect use of wget in CoreDNS health 2018-06-14 10:34:42 -05:00
etcd Enable etcd helm test to run on non-ready nodes 2018-07-19 13:29:18 -05:00
haproxy Add test pods labels. 2018-07-11 08:04:29 -05:00
promenade Update Keystone API ports in Promenade chart 2018-08-23 22:40:09 +00:00
proxy Make K8S proxy health check more aggressive 2018-09-05 13:46:03 -05:00
scheduler Enable etcd helm test to run on non-ready nodes 2018-07-19 13:29:18 -05:00
.gitignore Add initial Makefile 2017-10-31 12:46:23 -05:00