You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/machineset-yaml-azure.adoc
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,15 @@ endif::infra[]
155
155
<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.
156
156
<6> Specify the region to place machines on.
157
157
<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
+
====
159
167
ifdef::infra[]
160
168
<9> Specify a taint to prevent user workloads from being scheduled on infra nodes.
0 commit comments