File tree 1 file changed +19
-0
lines changed
rosa_cluster_admin/rosa_nodes
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,25 @@ 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
+ *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
+
59
78
ifdef::openshift-rosa-hcp[]
60
79
=== Machine pool upgrade requirements
61
80
You can’t perform that action at this time.
0 commit comments