Skip to content

Commit 380d40d

Browse files
authored
Merge pull request #91675 from jneczypor/OSDOCS-5612
OSDOCS-5612: Labeling the default machine pool
2 parents da97595 + 46e63b4 commit 380d40d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc

+20
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,26 @@ You cannot change the machine pool node type or size. The machine pool node type
5656
====
5757
* You can add a label to each added machine pool.
5858

59+
.Procedure
60+
61+
* *Optional:* Add a label to the default machine pool after configuration by using the default machine pool labels and running the following command:
62+
+
63+
[source,terminal]
64+
----
65+
$ rosa edit machinepool -c <cluster_name> <machinepool_name> -i
66+
----
67+
+
68+
.Example input
69+
+
70+
[source,terminal]
71+
----
72+
$ rosa edit machinepool -c mycluster worker -i
73+
? Enable autoscaling: No
74+
? Replicas: 3
75+
? Labels: mylabel=true
76+
I: Updated machine pool 'worker' on cluster 'mycluster'
77+
----
78+
5979
ifdef::openshift-rosa-hcp[]
6080
=== Machine pool upgrade requirements
6181

0 commit comments

Comments
 (0)