Skip to content

Commit

Permalink
Merge pull request #346 from kubeslice/veenamj-avesha-patch-1
Browse files Browse the repository at this point in the history
Updated doc links in README.md
  • Loading branch information
veenamj-avesha authored Mar 13, 2024
2 parents b2e7e79 + 61c7721 commit d544074
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0/category/get-started)
- [Install KubeSlice](https://kubeslice.io/documentation/open-source/1.1.0/category/install-kubeslice)
- [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)

## Install `kubeslice-worker` on a Kind Cluster

Expand All @@ -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.1.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.2.0/category/prerequisites).

### Build and Deploy a Worker Operator on a Kind Cluster

Expand Down Expand Up @@ -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.1.0/uninstall-kubeslice/#deregister-worker-clusters).
For more information, see [deregister the worker cluster](https://kubeslice.io/documentation/open-source/1.2.0/uninstall-kubeslice/#deregister-worker-clusters).

```console
helm uninstall kubeslice-worker -n kubeslice-system
Expand Down

0 comments on commit d544074

Please sign in to comment.