Skip to content

Commit f9d2f35

Browse files
committed
Cordoning nodes documentation.
1 parent 28dfc44 commit f9d2f35

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,8 @@ Topics:
12621262
Topics:
12631263
- Name: Viewing and listing the nodes in your cluster
12641264
File: nodes-nodes-viewing
1265+
- Name: Working with nodes
1266+
File: nodes-nodes-working
12651267
# cannot use oc adm cordon; cannot patch resource "machinesets"; cannot patch resource "nodes"
12661268
# - Name: Working with nodes
12671269
# File: nodes-nodes-working

nodes/nodes/nodes-nodes-working.adoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,33 @@
22
[id="nodes-nodes-working"]
33
= Working with nodes
44
include::_attributes/common-attributes.adoc[]
5+
56
:context: nodes-nodes-working
67

78
toc::[]
89

910
As an administrator, you can perform several tasks to make your clusters more efficient.
11+
ifdef::openshift-rosa[]
12+
You can use the `oc adm` command to cordon, uncordon, and drain a specific node. This is available for both ROSA Classic and ROSA with HCP clusters.
13+
14+
[NOTE]
15+
====
16+
Cordoning and draining are only allowed on worker nodes that are part of {cluster-manager-first} machine pools.
17+
====
18+
endif::openshift-rosa[]
1019

1120
// The following include statements pull in the module files that comprise
1221
// the assembly. Include any combination of concept, procedure, or reference
1322
// modules required to cover the user story. You can also include other
1423
// assemblies.
1524

25+
ifdef::openshift-enterprise,openshift-rosa[]
1626
include::modules/nodes-nodes-working-evacuating.adoc[leveloffset=+1]
27+
endif::openshift-enterprise,openshift-rosa[]
1728

29+
ifndef::openshift-rosa[]
1830
include::modules/nodes-nodes-working-updating.adoc[leveloffset=+1]
19-
2031
include::modules/nodes-nodes-working-marking.adoc[leveloffset=+1]
21-
2232
include::modules/sno-clusters-reboot-without-drain.adoc[leveloffset=+1]
2333

2434
[role="_additional-resources"]
@@ -36,3 +46,4 @@ include::modules/nodes-nodes-working-deleting.adoc[leveloffset=+2]
3646
* xref:../../machine_management/manually-scaling-machineset.adoc#machineset-manually-scaling-manually-scaling-machineset[Manually scaling a compute machine set]
3747

3848
include::modules/nodes-nodes-working-deleting-bare-metal.adoc[leveloffset=+2]
49+
endif::openshift-rosa[]

rosa_release_notes/rosa-release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ toc::[]
2222

2323
* **Additional Security Groups for {hcp-title}.** Starting with ROSA CLI version 1.2.37, you can now use the `--additional-security-group-ids <sec_group_id>` when creating machine pools on {hcp-title} clusters. For more information, see xref:../rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.html#creating_machine_pools_cli_rosa-managing-worker-nodes[Creating a machine pool using the ROSA CLI] and the xref:../cli_reference/rosa_cli/rosa-manage-objects-cli.html#rosa-create-machinepool_rosa-managing-objects-cli[create machinepool] section of the ROSA CLI reference.
2424

25+
* **Node management improvements.** Now, you can perform specific tasks to make clusters more efficient. You can cordon, uncordon, and drain a specific node. For more information, see xref:../nodes/nodes/nodes-nodes-working.adoc[Working with nodes].
26+
2527
[id="rosa-q1-2024_{context}"]
2628
=== Q1 2024
2729

0 commit comments

Comments
 (0)