Hi,
To gracefully update my cluster's node groups I mark old nodes as NoSchedule.
This generates alerts of type KubeDaemonSetMisScheduled, which I had to disable, but it also generates KubeDaemonSetRolloutStuck, which is should not, as my daemonsets are going great.
Hi,
To gracefully update my cluster's node groups I mark old nodes as
NoSchedule.This generates alerts of type
KubeDaemonSetMisScheduled, which I had to disable, but it also generatesKubeDaemonSetRolloutStuck, which is should not, as my daemonsets are going great.