Add exechealthz as a k8s binary.

For customers who use
https://github.com/kubernetes/contrib/tree/master/exec-healthz to
perform liveness checking, exechealthz will spawn shells in a
container. Add it to the k8s_binaries list.
This commit is contained in:
Mark Stemm 2017-01-12 09:04:09 -08:00
parent af3a708251
commit 43d53bb09e

View File

@ -102,7 +102,7 @@
items: [docker, dockerd, exe]
- list: k8s_binaries
items: [hyperkube, skydns, kube2sky]
items: [hyperkube, skydns, kube2sky, exechealthz]
- list: http_server_binaries
items: [nginx, httpd, httpd-foregroun, lighttpd]