Aller au contenu

KubeDeploymentRolloutStuck#

This alert is triggered when deployment update is stuck waiting for replaced pod.

Troubleshooting hints#

  • check deployment status

    kubectl -n <namespace> describe deployment <deployment_name> # Notice the namespace and deployment labels in alert
    

  • check pod status which belong to the replica sets under the deployment

    kubectl -n <namespace> get pod <pod_name> # Notice the namespace and pod labels in alert