Runai Deployment Insufficient Replicas
Meaning¶
Runai deployment has 1 or more unavailable pods.
Impact¶
Scale issues.
New version deployment cannot deploy - missing features.
Severity¶
Critical
Diagnosis¶
Run:
Identify one or more deployments that have missing 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.