Skip to content

Commit 0932ac2

Browse files
authored
Update troubleshoot-pod-scheduling-errors.md
1 parent 55fb219 commit 0932ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/azure/azure-kubernetes/availability-performance/troubleshoot-pod-scheduling-errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-kubernetes-service
77
ms.custom: sap:Node/node pool availability and performance
88
---
99

10-
## Troubleshoot pod scheduler errors in AKS
10+
# Troubleshoot pod scheduler errors in AKS
1111

1212
When you deploy workloads in Azure Kubernetes Service (AKS), you might encounter scheduling errors that prevent Pods from running. This article explains common scheduling errors, their causes, and how to resolve them.
1313

@@ -111,9 +111,9 @@ The Kubernetes scheduler tries to assign the Pod to a node, but all nodes are re
111111
112112
  effect: "NoSchedule"
113113
```
114-
3. If the taint is not needed, you can remove it from the node:
114+
3. If the taint is not needed, you can remove it from the node:
115115
116-
```
116+
```bash
117117
kubectl taint nodes <node-name> <key>:<effect>-
118118
```
119119
4. Redeploy or monitor the Pod status:

0 commit comments

Comments
 (0)