Skip to content

Commit 0af9cf6

Browse files
committed
[enterprise-4.17] No#jira: Replace bullets with numbered steps
1 parent bcb8725 commit 0af9cf6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

modules/hcp-ts-nodes-stuck.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
// Module included in the following assemblies:
22
//
33
// * hosted_control_planes/hcp-troubleshooting.adoc
4-
54
:_mod-docs-content-type: PROCEDURE
65
[id="hcp-ts-nodes-stuck_{context}"]
76
= Worker nodes are stuck in the NotReady state
87

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.
8+
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.
109

1110
.Procedure
1211

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:
12+
. Enter the following command to view the conditions on the node object and determine why the node is not ready:
1613
+
1714
[source,terminal]
1815
----
1916
$ oc get nodes -o yaml
2017
----
21-
* Enter the following command to look for failing pods within the cluster:
18+
19+
. Enter the following command to look for failing pods within the cluster:
2220
+
2321
[source,terminal]
2422
----
2523
$ oc get pods -A --field-selector=status.phase!=Running,status,phase!=Succeeded
26-
----
24+
----

0 commit comments

Comments
 (0)