From bd5e39adcef890f06ee73505ec043de4c541c588 Mon Sep 17 00:00:00 2001 From: uma-kt <105046156+uma-kt@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:53:11 +0530 Subject: [PATCH] [worker-operator]Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b88d33b64..2d283da4d 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The `kubeslice-worker` operator uses Kubebuilder, a framework for building Kuber It is strongly recommended that you use a released version. Please refer to our documentation on: -- [Get Started on KubeSlice](https://kubeslice.io/documentation/open-source/1.2.0/category/get-started) -- [Install KubeSlice](https://kubeslice.io/documentation/open-source/1.2.0/category/install-kubeslice) +- [Get Started on KubeSlice](https://kubeslice.io/documentation/open-source/1.3.0/category/get-started) +- [Install KubeSlice](https://kubeslice.io/documentation/open-source/1.3.0/category/install-kubeslice) ## Install `kubeslice-worker` on a Kind Cluster @@ -19,7 +19,7 @@ Before you begin, make sure the following prerequisites are met: * Docker is installed and running on your local machine. * A running [`kind`](https://kind.sigs.k8s.io/) cluster. * [`kubectl`](https://kubernetes.io/docs/tasks/tools/) is installed and configured. -* You have prepared the environment to install [`kubeslice-controller`](https://github.com/kubeslice/kubeslice-controller) on the controller cluster and [`worker-operator`](https://github.com/kubeslice/worker-operator) on the worker cluster. For more information, see [Prerequisites](https://kubeslice.io/documentation/open-source/1.2.0/category/prerequisites). +* You have prepared the environment to install [`kubeslice-controller`](https://github.com/kubeslice/kubeslice-controller) on the controller cluster and [`worker-operator`](https://github.com/kubeslice/worker-operator) on the worker cluster. For more information, see [Prerequisites](https://kubeslice.io/documentation/open-source/1.3.0/category/prerequisites). ### Build and Deploy a Worker Operator on a Kind Cluster @@ -155,7 +155,7 @@ prefix-service-76bd89c44f-2p6dw 1/1 Running 0 48s ### Uninstall the Worker Operator -For more information, see [deregister the worker cluster](https://kubeslice.io/documentation/open-source/1.2.0/uninstall-kubeslice/#deregister-worker-clusters). +For more information, see [deregister the worker cluster](https://kubeslice.io/documentation/open-source/1.3.0/uninstall-kubeslice/#deregister-worker-clusters). ```console helm uninstall kubeslice-worker -n kubeslice-system