Skip to content

Commit

Permalink
Add exechealthz as a k8s binary.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mstemm committed Jan 12, 2017
1 parent af3a708 commit 43d53bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 43d53bb

Please sign in to comment.