Skip to content

Commit 7e3f00f

Browse files
Apply suggestions from code review
1 parent b5e1171 commit 7e3f00f

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
@@ -14,8 +14,8 @@ The purpose of this guide is to troubleshoot a Kubernetes Cluster when 1 or more
1414

1515
## Prerequisites
1616

17-
- Ability to run kubectl commands against the KubernetesCluster
18-
- Familiarity with the capabilities referenced in this article by reviewing the [Baremetalmachine actions](howto-baremetal-functions.md)
17+
- Ability to run kubectl commands against the Kubernetes Cluster
18+
- Familiarity with the capabilities referenced in this article by reviewing [how to connect to Kubernetes Clusters](howto-kubernetes-cluster-connect.md)
1919

2020
## Typical Cause
2121

@@ -42,7 +42,7 @@ After Kubernetes Cluster Nodes are discovered in the `Ready,SchedulingDisabled`
4242
node/example-naks-agentpool1-md-s8vp4-xp98x uncordoned
4343
~~~
4444

45-
Alternatively, as this is more common in larger scale deployments, it may be more desirable to perform this action in bulk. In this case, issue the following looping command to find and uncordon all Nodes.
45+
Alternatively, as this is more common in larger scale deployments, it may be desirable to perform this action in bulk. In this case, issue the uncordon command as part of a loop to find and uncordon all affected Nodes.
4646

4747
~~~bash
4848
cordoned_nodes=$(kubectl get nodes -o wide --no-headers | awk '/SchedulingDisabled/ {print $1}')

0 commit comments

Comments
 (0)