We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8470f4 + 70f8cd9 commit 4b49830Copy full SHA for 4b49830
modules/creating-a-machine-pool-cli.adoc
@@ -27,9 +27,9 @@ $ rosa create machinepool --cluster=<cluster-name> \
27
--labels=<key>=<value>,<key>=<value> \ <4>
28
--taints=<key>=<value>:<effect>,<key>=<value>:<effect> \ <5>
29
--use-spot-instances \ <6>
30
- --spot-max-price=0.5 <7>
+ --spot-max-price=0.5 \ <7>
31
ifdef::openshift-rosa[]
32
- --disk-size=<disk_size> \ <8>
+ --disk-size=<disk_size> <8>
33
endif::openshift-rosa[]
34
----
35
<1> Specifies the name of the machine pool. Replace `<machine_pool_id>` with the name of your machine pool.
0 commit comments