Skip to content

Commit 718fc6a

Browse files
committed
OSDOCS-9028 "update info on single zone for multi cluster when creating a machine pool"
1 parent c142e68 commit 718fc6a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ endif::openshift-rosa[]
4545
ifdef::openshift-rosa[]
4646
<8> Optional: Specifies the worker node disk size. The value can be in GB, GiB, TB, or TiB. Replace `<disk_size>` with a numeric value and unit, for example `--disk-size=200GiB`.
4747
<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.
48+
+
49+
[IMPORTANT]
50+
====
51+
There can be a loss of resiliency when using Single-AZ machine pools in a Multi-AZ cluster.
52+
====
53+
+
4854
<10> Optional: For machine pools in clusters that do not have Red Hat managed VPCs, you can select additional custom security groups to use in your machine pools. You must have already created the security groups and associated them with the VPC that you selected for this cluster. You cannot add or edit security groups after you create the machine pool. For more information, see the requirements for security groups in the "Additional resources" section.
4955
endif::openshift-rosa[]
5056
+
@@ -81,7 +87,7 @@ $ rosa create machinepool --cluster=<cluster-name> \
8187
--taints=<key>=<value>:<effect>,<key>=<value>:<effect> \ <6>
8288
--use-spot-instances \ <7>
8389
--spot-max-price=0.5 <8>
84-
--availability-zone=<az> <9>
90+
--availability-zone=<availability_zone_name> <9>
8591
----
8692
<1> Specifies the name of the machine pool. Replace `<machine_pool_id>` with the name of your machine pool.
8793
<2> Enables autoscaling in the machine pool to meet the deployment needs.
@@ -91,7 +97,7 @@ $ rosa create machinepool --cluster=<cluster-name> \
9197
<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`.
9298
<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.
9399
<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.
100+
<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.
95101
+
96102
[IMPORTANT]
97103
====

0 commit comments

Comments
 (0)