From 93c90b6f5479e3ff4edd6b2b2ec00b6a7e9b2a4a Mon Sep 17 00:00:00 2001 From: "ashish.billore" Date: Fri, 21 Jul 2017 16:54:41 +0900 Subject: [PATCH] Fix instructions for Kubeadm AIO Setup Updated the wordings and cleanup for Kubeadm AIO env setup. Change-Id: I3c603b91aa4d04f66986e47f7b19777806e8f68f --- tools/kubeadm-aio/README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/kubeadm-aio/README.rst b/tools/kubeadm-aio/README.rst index 6c21f339fd..2bb3191195 100644 --- a/tools/kubeadm-aio/README.rst +++ b/tools/kubeadm-aio/README.rst @@ -63,7 +63,7 @@ repo run: Deploy the AIO environment ~~~~~~~~~~~~~~~~~~~~~~~~~~ -To launch the environment then run: +To launch the environment run: .. code:: bash @@ -72,13 +72,13 @@ To launch the environment then run: ./tools/kubeadm-aio/kubeadm-aio-launcher.sh export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf -One this has run, you should hopefully have a Kubernetes single node -environment running, with Helm, Calico, a NFS PVC provisioner and -appropriate RBAC rules and node labels to get developing. +Once this has run without errors, you should hopefully have a Kubernetes single +node environment running, with Helm, Calico, appropriate RBAC rules and node +labels to get developing. -If you wish to use this environment at the primary Kubernetes -environment on your host you may run the following, but note that this -will wipe any previous client configuration you may have. +If you wish to use this environment as the primary Kubernetes environment on +your host you may run the following, but note that this will wipe any previous +client configuration you may have. .. code:: bash