Skip to content

Commit 4b49830

Browse files
authored
Merge pull request #65664 from mletalie/OSDOCS-8010
[OSDOCS-8010] Fix typo in "Creating a machine pool using the ROSA CLI" docs
2 parents a8470f4 + 70f8cd9 commit 4b49830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/creating-a-machine-pool-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ $ rosa create machinepool --cluster=<cluster-name> \
2727
--labels=<key>=<value>,<key>=<value> \ <4>
2828
--taints=<key>=<value>:<effect>,<key>=<value>:<effect> \ <5>
2929
--use-spot-instances \ <6>
30-
--spot-max-price=0.5 <7>
30+
--spot-max-price=0.5 \ <7>
3131
ifdef::openshift-rosa[]
32-
--disk-size=<disk_size> \ <8>
32+
--disk-size=<disk_size> <8>
3333
endif::openshift-rosa[]
3434
----
3535
<1> Specifies the name of the machine pool. Replace `<machine_pool_id>` with the name of your machine pool.

0 commit comments

Comments
 (0)