Fix instructions for Kubeadm AIO Setup

Updated the wordings and cleanup for Kubeadm AIO env setup.

Change-Id: I3c603b91aa4d04f66986e47f7b19777806e8f68f
This commit is contained in:
ashish.billore
2017-07-21 16:54:41 +09:00
parent d02814940c
commit 93c90b6f54

View File

@@ -63,7 +63,7 @@ repo run:
Deploy the AIO environment Deploy the AIO environment
~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
To launch the environment then run: To launch the environment run:
.. code:: bash .. code:: bash
@@ -72,13 +72,13 @@ To launch the environment then run:
./tools/kubeadm-aio/kubeadm-aio-launcher.sh ./tools/kubeadm-aio/kubeadm-aio-launcher.sh
export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf export KUBECONFIG=${HOME}/.kubeadm-aio/admin.conf
One this has run, you should hopefully have a Kubernetes single node Once this has run without errors, you should hopefully have a Kubernetes single
environment running, with Helm, Calico, a NFS PVC provisioner and node environment running, with Helm, Calico, appropriate RBAC rules and node
appropriate RBAC rules and node labels to get developing. labels to get developing.
If you wish to use this environment at the primary Kubernetes If you wish to use this environment as the primary Kubernetes environment on
environment on your host you may run the following, but note that this your host you may run the following, but note that this will wipe any previous
will wipe any previous client configuration you may have. client configuration you may have.
.. code:: bash .. code:: bash