From 303e1c2a9122f7ff3a9565abec2d4f97f593fe85 Mon Sep 17 00:00:00 2001 From: Daniel Chadwick Date: Fri, 15 Mar 2024 14:58:16 -0400 Subject: [PATCH] ocpbugs16964: adding control plane label note --- modules/nodes-nodes-viewing-listing.adoc | 9 +++++++++ nodes/nodes/nodes-nodes-viewing.adoc | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/modules/nodes-nodes-viewing-listing.adoc b/modules/nodes-nodes-viewing-listing.adoc index 514a8c230e..a2363118c2 100644 --- a/modules/nodes-nodes-viewing-listing.adoc +++ b/modules/nodes-nodes-viewing-listing.adoc @@ -209,6 +209,15 @@ Events: <11> <10> The pods on the node. <11> The events reported by the node. +ifndef::openshift-rosa,openshift-dedicated[] + +[NOTE] +==== +The control plane label is not automatically added to newly created or updated master nodes. If you want to use the control plane label for your nodes, you can manually configure the label. For more information, see _Understanding how to update labels on nodes_ in the _Additional resources_ section. +==== + +endif::openshift-rosa,openshift-dedicated[] + Among the information shown for nodes, the following node conditions appear in the output of the commands shown in this section: [id="machine-health-checks-resource-conditions"] diff --git a/nodes/nodes/nodes-nodes-viewing.adoc b/nodes/nodes/nodes-nodes-viewing.adoc index d413935a9f..18acac0172 100644 --- a/nodes/nodes/nodes-nodes-viewing.adoc +++ b/nodes/nodes/nodes-nodes-viewing.adoc @@ -18,6 +18,15 @@ The master uses the information from node objects to validate nodes with health include::modules/nodes-nodes-viewing-listing.adoc[leveloffset=+1] +ifndef::openshift-rosa,openshift-dedicated[] + +[role="_additional-resources"] +.Additional resources + +* xref:../../nodes/nodes/nodes-nodes-working.adoc#nodes-nodes-working-updating_nodes-nodes-working[Understanding how to update labels on nodes] + +endif::openshift-rosa,openshift-dedicated[] + include::modules/nodes-nodes-viewing-listing-pods.adoc[leveloffset=+1] -include::modules/nodes-nodes-viewing-memory.adoc[leveloffset=+1] +include::modules/nodes-nodes-viewing-memory.adoc[leveloffset=+1] \ No newline at end of file