Adding the steps to deploy/undeploy Near-RT RIC. 39/12439/2
authornaman.gupta <naman.gupta@samsung.com>
Tue, 16 Jan 2024 11:21:00 +0000 (16:51 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Tue, 16 Jan 2024 11:27:44 +0000 (16:57 +0530)
Adding the steps to deploy/undeploy Near-RT RIC.

Change-Id: I595ce74acbcaa3070c5454236805686e283d6fd8
Signed-off-by: naman.gupta <naman.gupta@samsung.com>
depRicKubernetesOperator/README.md

index a026b03..f3bbb93 100644 (file)
@@ -1,5 +1,28 @@
-# depriclatest26oct\r
-// TODO(user): Add simple overview of use/purpose\r
+# depriclatest\r
+The depric Operator for Kubernetes provides easy monitoring definitions for Kubernetes services and deployment and management of RIC services and instances.\r
+\r
+# To deploy K8s Operator \r
+1. Build the docker image:\r
+```sh\r
+make docker-build docker-push IMG=registry/depriclatest-operator:latest\r
+```\r
+2. deploy the operator using above image:\r
+\r
+```sh\r
+make deploy IMG=registry/depriclatest-operator:latest\r
+```\r
+\r
+# To Deploy/Undeploy RIC \r
+\r
+## Deploy RIC\r
+For deploying RIC apply a sample manifest based on the new operator CRD :\r
+\r
+kubectl apply -f config/samples/ricdeploy_v1_ricplatform.yaml\r
+\r
+## Undeploy RIC\r
+For undeploying RIC apply a sample manifest based on the new operator CRD :\r
+\r
+kubectl apply -f config/samples/ricdeploy_v1_ricplatform.yaml\r
 \r
 ## Description\r
 // TODO(user): An in-depth paragraph about your project and overview of use\r
@@ -18,13 +41,13 @@ kubectl apply -f config/samples/
 2. Build and push your image to the location specified by `IMG`:\r
 \r
 ```sh\r
-make docker-build docker-push IMG=<some-registry>/depriclatest26oct:tag\r
+make docker-build docker-push IMG=<some-registry>/depriclatest:tag\r
 ```\r
 \r
 3. Deploy the controller to the cluster with the image specified by `IMG`:\r
 \r
 ```sh\r
-make deploy IMG=<some-registry>/depriclatest26oct:tag\r
+make deploy IMG=<some-registry>/depriclatest:tag\r
 ```\r
 \r
 ### Uninstall CRDs\r