20482: For some reason, symlinks don't seem to be ignored for copyright checks.
[arvados.git] / doc / admin / upgrading.html.textile.liquid
index 5c76f534ac7078e4051ec88152481e33af3ce7bc..54536cf1c8d53a2c3f0fd902aeb7711e41da4fec 100644 (file)
@@ -28,7 +28,12 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
-h2(#main). development main (as of 2023-04-18)
+h2(#main). development main (as of 2023-05-11)
+
+h3. Multi-node installer's domain name configuration changes
+
+The @domain_name@ variable at @terraform/vpc/terraform.tfvars@ and @DOMAIN@ variable at @local.params@ changed their meaning. In previous versions they were used in combination with @cluster_name@ and @CLUSTER@ to build the cluster's domain name (e.g.: @cluster_name@.@domain_name@). To allow the use of any arbitrary cluster domain, now we don't enforce using the cluster prefix as part of the domain, so @domain_name@ and @DOMAIN@ need to hold the entire domain for the given cluster.
+For example, if @cluster_name@ is set to @"xarv1"@ and @domain_name@ was previously set to @"example.com"@, it should now be set to @"xarv1.example.com"@ to keep using the same cluster domain.
 
 "previous: Upgrading to 2.6.1":#v2_6_1