Skip to content

Commit bac6925

Browse files
committed
fix list issue
1 parent 362a292 commit bac6925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ 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 isn't needed, you can remove it from the node:
114+
3. If the taint isn't needed, you can remove it from the node:
115115
116116
```bash
117117
kubectl taint nodes <node-name> <key>:<effect>-

0 commit comments

Comments
 (0)