Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions source/adminguide/autoscale_with_virtual_router.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,20 @@ Specify the following:
<virtual_machines.html#user-data-and-metadata>`_.


.. note::
Hostnames for instances in an AutoScale Instance Group are automatically
generated from the group name and sanitized to meet the OS hostname rules
of the template. If the generated name exceeds the allowed limit,
it will be trimmed to fit within the limit. The limits are:

- **Windows templates:** 15 characters (NetBIOS limit).
- **Other OS templates:** 63 characters.

Unsupported characters may be normalized (for example, lower-cased or
replaced) to comply with OS constraints.



AutoScale Policies
-------------------------------------------------

Expand Down