Skip to content

Symptoms

  • A new deployment notification-service in namespace staging is stuck at 0 available replicas.
  • kubectl get deployment notification-service -n staging shows 0/3 ready.
  • The ReplicaSet has been created but no pods appear.
  • kubectl get pods -n staging -l app=notification-service returns no results.
  • The deployment manifest is valid and works in the dev namespace.
  • The staging namespace has a ResourceQuota applied.
  • Events on the ReplicaSet show a quota error.