Skip to content

Commit 055b6ff

Browse files
authored
Merge pull request #89718 from xenolinux/minor-edit
No#jira: Replace bullets with numbered steps
2 parents 8d26394 + 3d725b2 commit 055b6ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/hcp-ts-nodes-stuck.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,20 @@
66
[id="hcp-ts-nodes-stuck_{context}"]
77
= Worker nodes are stuck in the NotReady state
88

9-
During cluster creation, nodes enter the `NotReady` state temporarily while the networking stack is rolled out. This part of the process is normal. However, if this part of the process takes longer than 15 minutes, an issue might have occurred.
9+
During cluster creation, nodes enter the `NotReady` state temporarily while the networking stack is rolled out. This part of the process is normal. However, if this part of the process takes longer than 15 minutes, identify the problem by investigating the node object and pods.
1010

1111
.Procedure
1212

13-
Identify the problem by investigating the node object and pods:
14-
15-
* Enter the following command to view the conditions on the node object and determine why the node is not ready:
13+
. Enter the following command to view the conditions on the node object and determine why the node is not ready:
1614
+
1715
[source,terminal]
1816
----
1917
$ oc get nodes -o yaml
2018
----
2119

22-
* Enter the following command to look for failing pods within the cluster:
20+
. Enter the following command to look for failing pods within the cluster:
2321
+
2422
[source,terminal]
2523
----
2624
$ oc get pods -A --field-selector=status.phase!=Running,status,phase!=Succeeded
27-
----
25+
----

0 commit comments

Comments
 (0)