KubeDaemonSetNotScheduled # Meaning # A number of pods of daemonset are not scheduled. Impact # Service degradation or unavailability. Diagnosis # Usually happens when specifying wrong pod taints/affinities or lack of resources on the nodes. Check daemonset status via kubectl -n $NAMESPACE describe daemonset $NAME. Check DaemonSet update strategy Check the status of the pods which belong to the replica sets under the deployment. Check pod template parameters such as: pod priority - maybe it w...