kube-aws / kube-spot-termination-notice-handler

A Kubernetes DaemonSet to gracefully delete pods 2 minutes before an EC2 Spot Instance gets terminated
Apache License 2.0
378 stars 77 forks source link

Run as nobody instead of root user #18

Closed mvisonneau closed 5 years ago

mvisonneau commented 5 years ago

This change makes the container run as nobody instead of root which is safer :)

egeland commented 5 years ago

Thanks for the contribution!!