Skip to content

Commit 58ea9d5

Browse files
authored
Update troubleshoot-pods-remain-pending-state-scenario.md
1 parent 4d0aa59 commit 58ea9d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-kubernetes/create-upgrade-delete/troubleshoot-pods-remain-pending-state-scenario.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You run `kubectl describe pod` for a pod, and the pod remains in the **Pending**
2323

2424
These symptoms indicate one or more of the following situations:
2525

26-
- Even if a new node is added by the cluster-autoscaler, the pod can’t be put onto the new node. This condition occurs because the pod's resource requests exceed the maximum resources that are available on the node.
26+
- Even if the cluster-autoscaler adds a node, the pod can’t be put onto the new node. This condition occurs because the pod's resource requests exceed the maximum resources that are available on the node.
2727

2828
- The node is missing a resource that the pod requires (such as a Graphics Processing Unit (GPU)).
2929

@@ -33,4 +33,4 @@ These symptoms indicate one or more of the following situations:
3333

3434
Review the pod resource request configuration (for example CPU, memory, or GPU), and compare it with the node size. To make sure that pod placement can occur, you might have to adjust the node size or type, or adjust the resource request configuration for the pod.
3535

36-
If you rule out a resource constraint, make sure that affinity or taints are not preventing scheduling.
36+
If you rule out a resource constraint, make sure that affinity or taints aren't preventing scheduling.

0 commit comments

Comments
 (0)