File tree 1 file changed +20
-0
lines changed
rosa_cluster_admin/rosa_nodes
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
56
56
====
57
57
* You can add a label to each added machine pool.
58
58
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
+
59
79
ifdef::openshift-rosa-hcp[]
60
80
=== Machine pool upgrade requirements
61
81
You can’t perform that action at this time.
0 commit comments