From 8c2250d9f92a2024cb955c65f7245304efbca449 Mon Sep 17 00:00:00 2001 From: Janelle Neczypor Date: Fri, 4 Apr 2025 12:58:04 -0700 Subject: [PATCH] OSDOCS-5612 --- .../rosa-nodes-machinepools-about.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc b/rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc index c72d37c4df81..d0c7a5c4ad1f 100644 --- a/rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc +++ b/rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc @@ -56,6 +56,26 @@ You cannot change the machine pool node type or size. The machine pool node type ==== * You can add a label to each added machine pool. +.Procedure + +* *Optional:* Add a label to the default machine pool after configuration by using the default machine pool labels and running the following command: ++ +[source,terminal] +---- +$ rosa edit machinepool -c -i +---- ++ +.Example input ++ +[source,terminal] +---- +$ rosa edit machinepool -c mycluster worker -i +? Enable autoscaling: No +? Replicas: 3 +? Labels: mylabel=true +I: Updated machine pool 'worker' on cluster 'mycluster' +---- + ifdef::openshift-rosa-hcp[] === Machine pool upgrade requirements