Skip to content

Commit 06a9822

Browse files
Update author name, rectify values in examples
1 parent 3942759 commit 06a9822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/operator-nexus/troubleshoot-kubernetes-cluster-node-cordoned.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom: troubleshooting
66
ms.topic: troubleshooting
77
ms.date: 06/25/2025
88
ms.author: jeremyhouser
9-
author: jeremyhouser
9+
author: jeremyhouser-ms
1010
---
1111
# Troubleshoot a KubernetesCluster with a node in NotReady,Scheduling Disabled state
1212

@@ -30,7 +30,7 @@ This procedure may be performed at any time after the issue occurs to quickly re
3030
$ kubectl get nodes -o wide
3131
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
3232
example-naks-control-plane-tgmw8 Ready,SchedulingDisabled control-plane 2d6h v1.30.12 10.4.32.10 <none> Microsoft Azure Linux 3.0 6.6.85.1-2.azl3 containerd://2.0.0
33-
example-naks-agentpool1-md-s8vp4-xp98x Ready,SchedulingDisabled <none> 2d6h v1.30.12 10.4.32.11 <none> CBL-Mariner/Linux 6.6.85.1-2.azl3 containerd://2.0.0
33+
example-naks-agentpool1-md-s8vp4-xp98x Ready,SchedulingDisabled <none> 2d6h v1.30.12 10.4.32.11 <none> Microsoft Azure Linux 3.0 6.6.85.1-2.azl3 containerd://2.0.0
3434
~~~
3535

3636
1. Issue the kubectl command to uncordon the Node in the undesired state.
@@ -45,7 +45,7 @@ This procedure may be performed at any time after the issue occurs to quickly re
4545
$ kubectl get nodes -o wide
4646
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
4747
example-naks-control-plane-tgmw8 Ready control-plane 2d6h v1.30.12 10.4.32.10 <none> Microsoft Azure Linux 3.0 6.6.85.1-2.azl3 containerd://2.0.0
48-
example-naks-agentpool1-md-s8vp4-xp98x Ready <none> 2d6h v1.30.12 10.4.32.11 <none> CBL-Mariner/Linux 6.6.85.1-2.azl3 containerd://2.0.0
48+
example-naks-agentpool1-md-s8vp4-xp98x Ready <none> 2d6h v1.30.12 10.4.32.11 <none> Microsoft Azure Linux 3.0 6.6.85.1-2.azl3 containerd://2.0.0
4949
~~~
5050

5151
If you still have questions, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade).

0 commit comments

Comments
 (0)