DataDog / extendeddaemonset

Kubernetes Extended Daemonset controller
Apache License 2.0
98 stars 13 forks source link

Prevent ExtendedDaemonSet from being stuck because of an unhealthy node #4

Closed L3n41c closed 4 years ago

L3n41c commented 4 years ago

In big clusters, it can happen that some nodes are not able to run a pod either because they are starved in a given kind of resource or because the node is unreachable. In those situations, the ExtendedDaemonSet should not wait for the pod to eventually start on the node. It should instead proceed as if the failed node was not there.