Skip to content

Commit

Permalink
Merge pull request #176 from kubeslice/veenamj-avesha-patch-1
Browse files Browse the repository at this point in the history
Changed the doc hyperlinks in the ReadMe file
  • Loading branch information
veenamj-avesha authored Sep 5, 2023
2 parents 25283ee + 79e4c67 commit 8a0ab6f
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 @@ -12,11 +12,11 @@ using [custom resource definitions (CRDs)](https://kubernetes.io/docs/tasks/acce
## Get Started

The KubeSlice Controller orchestrates the creation and management of slices on worker clusters.
It is strongly recommended that you use a released version. Follow the instructions provided in this [document](https://kubeslice.io/documentation/open-source/0.6.0/cloud-cluster-quick-start) to install Kubeslice on cloud clusters.
It is strongly recommended that you use a released version. Follow the instructions provided in this [document](https://kubeslice.io/documentation/open-source/1.1.0/category/install-kubeslice) to install Kubeslice on cloud clusters.

## Build and Deploy a KubeSlice Controller on a Kind Cluster

See our documentation on [installing the KubeSlice Controller on a kind cluster](https://kubeslice.io/documentation/open-source/0.5.0/tutorials/kind-install-kubeslice-controller).
See our documentation on [installing the KubeSlice Controller](https://kubeslice.io/documentation/open-source/1.1.0/install-kubeslice/yaml/yaml-controller-install).

### Prerequisites

Expand All @@ -25,7 +25,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 for the installation of [`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/0.5.0/getting-started-with-cloud-clusters/prerequisites/)
* You have prepared the environment for the installation of [`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)

### Set up Your Helm Repo
If you have not added avesha helm repo yet, add it.
Expand Down Expand Up @@ -132,7 +132,7 @@ kubeslice-controller-manager-5b548fb865-kzb7c 2/2 Running 0 102
```

### Uninstall the KubeSlice Controller
For more information, see [uninstall KubeSlice](https://kubeslice.io/documentation/open-source/0.6.0/getting-started-with-cloud-clusters/uninstalling-kubeslice/offboarding-namespaces).
For more information, see [uninstall KubeSlice](https://kubeslice.io/documentation/open-source/1.1.0/uninstall-kubeslice/).

```console
make chart-undeploy
Expand Down

0 comments on commit 8a0ab6f

Please sign in to comment.