Skip to content

Runai Deployment NoAvailable Replicas

Meaning

Runai deployment has 0 available pods

Impact

Depending on the deployment. Runai cannot function.

Severity

Critical

Diagnosis

Run:

kubectl get deployment -n runai
kubectl get deployment -n runai-backend

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.