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