Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
[azure_dns] Add instructions to change VMs hostname (#229) (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouzant authored Mar 23, 2021
1 parent bbcd5c8 commit 8929337
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ Azure VMs do not support private DNS by default, so you will need to add support
FQDN h1.hops.io.5zchkifi2mmetn0a5saw0eu1me.ax.internal.cloudapp.net is too long! It should not be longer than 60 characters
Before proceed further you **must** change the hostname of your virtual machines to the **private** domain name using the command below
.. code-block:: bash
sudo hostnamectl set-hostname PRIVATE_HOSTNAME
Once VMs have been created with a short private DNS name, you can follow the instructions above for single-host and multi-host installations for AWS and GCP.
.. _AzureDNS: https://docs.microsoft.com/en-us/azure/dns/private-dns-getstarted-portal
Expand Down

0 comments on commit 8929337

Please sign in to comment.