File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,20 @@ Specify the following:
176176 <virtual_machines.html#user-data-and-metadata> `_.
177177
178178
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+
179193AutoScale Policies
180194-------------------------------------------------
181195
You can’t perform that action at this time.
0 commit comments