From f3ae7fa4632a2a7b7d7a332e1467c927eb8c5597 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Thu, 31 May 2018 18:39:02 -0400 Subject: [PATCH] Fix the external_dns_nameservers path the openstack-helm-infra code is been cloned in current directory, rather than in /opt, the external_dns_nameservers where find should be updated. Change-Id: Ide0949cea15f9f144a960783b95154ec08f9d448 --- doc/source/install/developer/kubernetes-and-common-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index b47b4d46bb..2c00fb65c2 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -29,7 +29,7 @@ should be cloned: .. note:: This installation, by default will use Google DNS servers, 8.8.8.8 or 8.8.4.4 and updates ``resolv.conf``. These DNS nameserver entries can be changed by - updating file ``/opt/openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml`` + updating file ``openstack-helm-infra/tools/images/kubeadm-aio/assets/opt/playbooks/vars.yaml`` under section ``external_dns_nameservers``. Deploy Kubernetes & Helm