Runai Deployment NoAvailable Replicas
Meaning¶
A Run:ai deployment has zero available pods.
Impact¶
Run:ai may not be able to function, depending on the unavailable deployment.
Severity¶
Critical
Diagnosis¶
Run:
Identify one or more deployments that have no running pods.
Mitigation¶
Run:
kubectl describe deployment X -n runai/runai-backend
kubectl describe replicaset X -n runai/runai-backend
kubectl logs deployment/X -n runai/runai-backend
From the logs and deployment details, try and figure out why the deployment cannot create pods.
If you cannot correct the issue, contact Run:ai support.