X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-k8s1node.rst;fp=docs%2Finstallation-k8s1node.rst;h=ad1a82cdbde51dd4227381576b819362c9fbd5c8;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0cdd6692c6ff10ca133769351fd719974837b2da;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/docs/installation-k8s1node.rst b/docs/installation-k8s1node.rst index 0cdd6692..ad1a82cd 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 @@ 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.