KubeStatefulSetUpdateNotRolledOut # Meaning # StatefulSet update has not been rolled out. Impact # Service degradation or unavailability. Diagnosis # Check statefulset via kubectl -n $NAMESPACE describe statefulset $NAME. Check if statefuls update was not paused manually (see status) Check how many replicas are there declared. Check the status of the pods which belong to the replica sets under the statefulset. Check pod template parameters such as: pod priority - maybe it was evicted by other...