DataDog / extendeddaemonset

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

Add IgnoredUnresponsiveNodes in eds plugin #6

Closed clamoriniere closed 4 years ago

clamoriniere commented 4 years ago

Add in EDS plugin the information IgnoredUnresponsiveNodes

before:

NAMESPACE      NAME           DESIRED  CURRENT  READY  UP-TO-DATE  AVAILABLE  STATUS   ACTIVE RS            CANARY RS  AGE
datadog-agent  datadog-agent  64       64       59     64          64         Running  datadog-agent-mhbdj  -          31 weeks

After:

NAMESPACE      NAME           DESIRED  CURRENT  READY  UP-TO-DATE  AVAILABLE  IGNORED UNRESPONSIVE NODES  STATUS   ACTIVE RS            CANARY RS  AGE
datadog-agent  datadog-agent  64       64       59     64          64         0                           Running  datadog-agent-mhbdj  -          31 weeks