Merge R3 into master
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: I845fdd9ae589e2f803e6ef949cec68f0db8a7a70
diff --git a/docs/installation-k8s1node.rst b/docs/installation-k8s1node.rst
index 0cdd669..ad1a82c 100644
--- a/docs/installation-k8s1node.rst
+++ b/docs/installation-k8s1node.rst
@@ -16,12 +16,12 @@
.. ===============LICENSE_END=========================================================
-Script for Setting Up 1-Node Kubernetes Cluster
------------------------------------------------
+Script for Setting Up 1-node Kubernetes Cluster
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The it/dep repo can be used for generating a simple script that can help setting up a
one-node Kubernetes cluster for dev and testing purposes. Related files are under the
-**ric-infra/00-Kubernetes** directory. Clone the it/dep git repository on the target VM.
+**tools/k8s/bin** directory. Clone the repository on the target VM:
::
@@ -29,7 +29,7 @@
Configurations
---------------
+^^^^^^^^^^^^^^
The generation of the script reads in the parameters from the following files:
@@ -46,7 +46,7 @@
Generating Set-up Script
-------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^
After the configurations are updated, the following steps will create a script file that can be
used for setting up a one-node Kubernetes cluster. You must run this command on a Linux machine
@@ -54,14 +54,14 @@
::
- % cd bin
+ % cd tools/k8s/bin
% ./gen-cloud-init.sh
A file named **k8s-1node-cloud-init.sh** would now appear under the bin directory.
Setting up Kubernetes Cluster
------------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The new **k8s-1node-cloud-init.sh** file is now ready for setting up the Kubernetes cluster.