Skip to content

Commit 8a1d65e

Browse files
committed
update info on single zone for multi cluster when creating a machine pool
1 parent 88530b2 commit 8a1d65e

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
@@ -81,7 +81,7 @@ $ rosa create machinepool --cluster=<cluster-name> \
8181
--taints=<key>=<value>:<effect>,<key>=<value>:<effect> \ <6>
8282
--use-spot-instances \ <7>
8383
--spot-max-price=0.5 <8>
84-
--availability-zone=<az> <9>
84+
--availability-zone=<availability_zone_name> <9>
8585
----
8686
<1> Specifies the name of the machine pool. Replace `<machine_pool_id>` with the name of your machine pool.
8787
<2> Enables autoscaling in the machine pool to meet the deployment needs.
@@ -91,7 +91,7 @@ $ rosa create machinepool --cluster=<cluster-name> \
9191
<6> Optional: Defines the taints for the machine pool. Replace `<key>=<value>:<effect>,<key>=<value>:<effect>` with a key, value, and effect for each taint, for example `--taints=key1=value1:NoSchedule,key2=value2:NoExecute`. Available effects include `NoSchedule`, `PreferNoSchedule`, and `NoExecute`.
9292
<7> Optional: Configures your machine pool to deploy machines as non-guaranteed AWS Spot Instances. For information, see link:https://aws.amazon.com/ec2/spot/[Amazon EC2 Spot Instances] in the AWS documentation. If you select *Use Amazon EC2 Spot Instances* for a machine pool, you cannot disable the option after the machine pool is created.
9393
<8> Optional: If you have opted to use Spot Instances, you can specify this argument to define a maximum hourly price for a Spot Instance. If this argument is not specified, the on-demand price is used.
94-
<9> Optional: For Multi-AZ clusters, you can create a machine pool in a Single-AZ of your choice. Replace `<az>` with a Single-AZ.
94+
<9> Optional: For Multi-AZ clusters, you can create a machine pool in a Single-AZ of your choice. Replace `<az>` with a Single-AZ name.
9595
+
9696
[IMPORTANT]
9797
====

0 commit comments

Comments
 (0)