X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-k8s1node.rst;h=ad1a82cdbde51dd4227381576b819362c9fbd5c8;hb=2fcd391f36ba041a675a4e3012067eb673294857;hp=1270337c412d2a1560f980590cbaabff6d398743;hpb=cb200338a3fb842c9500a9e8b3f36a2e72db0bb2;p=it%2Fdep.git diff --git a/docs/installation-k8s1node.rst b/docs/installation-k8s1node.rst index 1270337c..ad1a82cd 100644 --- a/docs/installation-k8s1node.rst +++ b/docs/installation-k8s1node.rst @@ -17,20 +17,19 @@ 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. To get started, clone the repository on the -target VM: +**tools/k8s/bin** directory. Clone the repository on the target VM: :: - git clone https://gerrit.o-ran-sc.org/r/it/dep + % git clone https://gerrit.o-ran-sc.org/r/it/dep Configurations --------------- +^^^^^^^^^^^^^^ The generation of the script reads in the parameters from the following files: @@ -47,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 @@ -55,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.