Skip to content

Commit d707ead

Browse files
Merge pull request #47225 from snarayan-redhat/BZ2094901_NotReady_state
BZ#2094901: Adding note for random master pick
2 parents 89feda0 + 236518b commit d707ead

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

modules/support-gather-data.adoc

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,37 @@ You can gather debugging information about your cluster by using the `oc adm mus
1616
.Procedure
1717

1818
. Navigate to the directory where you want to store the `must-gather` data.
19+
+
20+
21+
[NOTE]
22+
====
23+
If your cluster is using a restricted network, you must take additional steps. If your mirror registry has a trusted CA, you must first add the trusted CA to the cluster. For all clusters on restricted networks, you must import the default `must-gather` image as an image stream.
24+
25+
[source,terminal]
26+
----
27+
$ oc import-image is/must-gather -n openshift
28+
----
29+
====
1930

2031
. Run the `oc adm must-gather` command:
2132
+
2233
[source,terminal]
34+
2335
----
2436
$ oc adm must-gather
2537
----
2638
+
39+
2740
[NOTE]
2841
====
29-
If this command fails, for example if you cannot schedule a pod on your cluster, then use the `oc adm inspect` command to gather information for particular resources. Contact Red Hat Support for the recommended resources to gather.
42+
Because this command picks a random control plane node by default, the pod might be scheduled to a control plane node that is in the `NotReady` and `SchedulingDisabled` state.
3043
====
44+
45+
.. If this command fails, for example, if you cannot schedule a pod on your cluster, then use the `oc adm inspect` command to gather information for particular resources.
3146
+
3247
[NOTE]
3348
====
34-
If your cluster is using a restricted network, you must take additional steps. If your mirror registry has a trusted CA, you must first add the trusted CA to the cluster. For all clusters on restricted networks, you must import the default `must-gather` image as an image stream before you use the `oc adm must-gather` command.
35-
36-
[source,terminal]
37-
----
38-
$ oc import-image is/must-gather -n openshift
39-
----
49+
Contact Red Hat Support for the recommended resources to gather.
4050
====
4151

4252
. Create a compressed file from the `must-gather` directory that was just created in your working directory. For example, on a computer that uses a Linux

0 commit comments

Comments
 (0)