Checking Deployment Status
When the Configuration Complete page displays, the pod deployment is finished.
- Pods that have not been labeled remain in the Pending state until labeled.
- For a pod that is not in the Running state, you can find out more details on the pod by running the following command:
kubectl describe pod <pod name> -n <namespace>
The Events
section in the output provides detailed information on the pod status.