diff --git a/README.md b/README.md index 1288f656..f5c4d96e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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