We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80ffb2 commit 5d09b59Copy full SHA for 5d09b59
1 file changed
source/adminguide/autoscale_with_virtual_router.rst
@@ -176,6 +176,20 @@ Specify the following:
176
<virtual_machines.html#user-data-and-metadata>`_.
177
178
179
+.. note::
180
+ Hostnames for instances in an AutoScale Instance Group are automatically
181
+ generated from the group name and sanitized to meet the OS hostname rules
182
+ of the template. If the generated name exceeds the allowed limit,
183
+ it will be trimmed to fit within the limit. The limits are:
184
+
185
+ - **Windows templates:** 15 characters (NetBIOS limit).
186
+ - **Other OS templates:** 63 characters.
187
188
+ Unsupported characters may be normalized (for example, lower-cased or
189
+ replaced) to comply with OS constraints.
190
191
192
193
AutoScale Policies
194
-------------------------------------------------
195
0 commit comments