Skip to content

Commit 362a292

Browse files
committed
merge the file
2 parents cc75fc3 + 0932ac2 commit 362a292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Troubleshoot Pod Scheduling Errors in AKS
2+
title: Troubleshoot Pod scheduler Errors in AKS
33
description: Explains common scheduling errors, their causes, and how to resolve them.
44
ms.date: 06/30/2025
55
ms.reviewer:
66
ms.service: azure-kubernetes-service
77
ms.custom: sap:Node/node pool availability and performance
88
---
99

10-
## Troubleshoot pod scheduling 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

@@ -113,7 +113,7 @@ The Kubernetes scheduler tries to assign the Pod to a node, but all nodes are re
113113
```
114114
3. If the taint isn't 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:
@@ -123,4 +123,4 @@ The Kubernetes scheduler tries to assign the Pod to a node, but all nodes are re
123123
```
124124
125125
126-
126+

0 commit comments

Comments
 (0)