KubeDaemonSetMisScheduled # Meaning # A number of pods of daemonset are running where they are not supposed to run. Impact # Service degradation or unavailability. Excessive resource usage where they could be used by other apps. Diagnosis # Usually happens when specifying wrong pod nodeSelector/taints/affinities or node (node pools) were tainted and existing pods were not scheduled for eviction. Check daemonset status via kubectl -n $NAMESPACE describe daemonset $NAME.