Merge R3 into master
[it/dep.git] / docs / installation-k8s1node.rst
index 0cdd669..ad1a82c 100644 (file)
 .. ===============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 @@ one-node Kubernetes cluster for dev and testing purposes.  Related files are und
 
 
 Configurations
---------------
+^^^^^^^^^^^^^^
 
 The generation of the script reads in the parameters from the following files:
 
@@ -46,7 +46,7 @@ The generation of the script reads in the parameters from the following files:
 
 
 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 @@ with the 'envsubst' command installed.
 
 ::
 
-  % 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.