``` ### kubectl describe pods ### Name: nginx-deployment-966857787-fqlrz Namespace: default Priority: 0 PriorityClassName: Node: Labels: app=nginx pod-template-hash=522413343 Annotations: Status: Pending IP: Controlled By: ReplicaSet/nginx-deployment-966857787 Containers: nginx: Image: nginx Port: 80/TCP Host Port: 0/TCP Environment: Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-l7xmt (ro) Conditions: Type Status PodScheduled False Volumes: default-token-l7xmt: Type: Secret (a volume populated by a Secret) SecretName: default-token-l7xmt Optional: false QoS Class: BestEffort Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 6m (x2 over 6m) default-scheduler no nodes available to schedule pods Name: nginx-deployment-966857787-g2qwk Namespace: default Priority: 0 PriorityClassName: Node: Labels: app=nginx pod-template-hash=522413343 Annotations: Status: Pending IP: Controlled By: ReplicaSet/nginx-deployment-966857787 Containers: nginx: Image: nginx Port: 80/TCP Host Port: 0/TCP Environment: Mounts: /var/run/secrets/kubernetes.io/serviceaccount from default-token-l7xmt (ro) Conditions: Type Status PodScheduled False Volumes: default-token-l7xmt: Type: Secret (a volume populated by a Secret) SecretName: default-token-l7xmt Optional: false QoS Class: BestEffort Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s node.kubernetes.io/unreachable:NoExecute for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 6m default-scheduler no nodes available to schedule pods ```