Skip to content

Commit 9884ba0

Browse files
authored
Merge pull request #89658 from jeana-redhat/OSDOCS-4486-add-azure-zone-warning
OSDOCS-4486: add Azure AZ warning in MAPI compute spec
2 parents 5e58cf3 + f7155d7 commit 9884ba0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/machineset-yaml-azure.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,15 @@ endif::infra[]
155155
<5> Specify an image that is compatible with your instance type. The Hyper-V generation V2 images created by the installation program have a `-gen2` suffix, while V1 images have the same name without the suffix.
156156
<6> Specify the region to place machines on.
157157
<7> Optional: Specify custom tags in your machine set. Provide the tag name in `<custom_tag_name>` field and the corresponding tag value in `<custom_tag_value>` field.
158-
<8> Specify the zone within your region to place machines on. Be sure that your region supports the zone that you specify.
158+
<8> Specify the zone within your region to place machines on.
159+
Ensure that your region supports the zone that you specify.
160+
+
161+
[IMPORTANT]
162+
====
163+
If your region supports availability zones, you must specify the zone.
164+
Specifying the zone avoids volume node affinity failure when a pod requires a persistent volume attachment.
165+
To do this, you can create a compute machine set for each zone in the same region.
166+
====
159167
ifdef::infra[]
160168
<9> Specify a taint to prevent user workloads from being scheduled on infra nodes.
161169
+

0 commit comments

Comments
 (0)