Skip to content

Commit 09d9707

Browse files
authored
Merge pull request #57527 from xenolinux/add-mcp-label
2 parents b9e9bcc + af98780 commit 09d9707

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

modules/cnf-gathering-data-about-cluster-using-must-gather.adoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,28 @@ In earlier versions of {product-title}, the Performance Addon Operator provided
2121
2222
.Procedure
2323

24+
. Optional: Verify that a matching machine config pool exists with a label:
25+
+
26+
[source,terminal]
27+
----
28+
$ oc describe mcp/worker-rt
29+
----
30+
+
31+
.Example output
32+
[source,terminal]
33+
----
34+
Name: worker-rt
35+
Namespace:
36+
Labels: machineconfiguration.openshift.io/role=worker-rt
37+
----
38+
39+
. If a matching label does not exist add a label for a machine config pool (MCP) that matches with the MCP name:
40+
+
41+
[source,terminal]
42+
----
43+
$ oc label mcp <mcp_name> <mcp_name>=""
44+
----
45+
2446
. Navigate to the directory where you want to store the `must-gather` data.
2547

2648
. Run `must-gather` on your cluster:

0 commit comments

Comments
 (0)