From 0ca93e25761a0dab96d17ff8ecf54820b41c95bb Mon Sep 17 00:00:00 2001 From: Elaine Fonaro Date: Thu, 20 Apr 2023 17:35:47 -0300 Subject: [PATCH] Document warning that private registry names should not end with ".local" (r8, r7, r6, r5, dsR8, dsR7, dsR6) - Added a warning related to the private registry name. Signed-off-by: Elaine Fonaro Change-Id: I81d0ac6df23a12cb5d4004b63c096019ebf136f7 --- .../bootstrapping-from-a-private-docker-registry.rst | 4 ++++ .../kubernetes/check-new-registry-and-reapply-application.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/source/deploy_install_guides/release/bare_metal/bootstrapping-from-a-private-docker-registry.rst b/doc/source/deploy_install_guides/release/bare_metal/bootstrapping-from-a-private-docker-registry.rst index 43b05198b..5d02fc574 100644 --- a/doc/source/deploy_install_guides/release/bare_metal/bootstrapping-from-a-private-docker-registry.rst +++ b/doc/source/deploy_install_guides/release/bare_metal/bootstrapping-from-a-private-docker-registry.rst @@ -9,6 +9,10 @@ Bootstrapping from a Private Docker Registry You can bootstrap controller-0 from a private Docker registry in the event that your server is isolated from the public Internet. +.. note:: + The private docker registry name must not end with ".local" to ensure that + the domain name is properly resolved using external DNS. + .. rubric:: |proc| #. Update your /home/sysadmin/localhost.yml bootstrap overrides file with the diff --git a/doc/source/system_configuration/kubernetes/check-new-registry-and-reapply-application.rst b/doc/source/system_configuration/kubernetes/check-new-registry-and-reapply-application.rst index be6203b15..42aa7855c 100644 --- a/doc/source/system_configuration/kubernetes/check-new-registry-and-reapply-application.rst +++ b/doc/source/system_configuration/kubernetes/check-new-registry-and-reapply-application.rst @@ -9,6 +9,10 @@ Check New Registry and Reapply Application Perform these steps on both controllers. Use controller-0 first and then swact to controller-1 and perform the same steps. +.. note:: + The private docker registry name must not end with ".local" to ensure that + the domain name is properly resolved using external DNS. + .. rubric:: |proc| #. Run this command to login: