Skip to content

Commit 43204c8

Browse files
committed
OSDOCS-5612
1 parent 4994489 commit 43204c8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

+19
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,25 @@ 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+
*Optional:* Add a label to the default machine pool after configuration by using the default machine pool labels and running the following command:
60+
61+
[source,terminal]
62+
----
63+
$ rosa edit machinepool -c <cluster_name> <machinepool_name> -i
64+
----
65+
66+
.Example input
67+
68+
[source,terminal]
69+
----
70+
$ rosa edit machinepool -c mycluster Default -i
71+
? Enable autoscaling: No
72+
? Replicas: 3
73+
? Labels: mylabel=true
74+
I: Updated machine pool 'Default' on cluster 'mycluster'
75+
----
76+
+
77+
5978
ifdef::openshift-rosa-hcp[]
6079
=== Machine pool upgrade requirements
6180

0 commit comments

Comments
 (0)