File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
rosa_cluster_admin/rosa_nodes Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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+
5979ifdef::openshift-rosa-hcp[]
6080=== Machine pool upgrade requirements
6181
You can’t perform that action at this time.
0 commit comments