diff --git a/404.html b/404.html index fd86486904..3508cee8bc 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
The easiest way to get started is to use our Helm Charts to deploy YuniKorn on an existing Kubernetes cluster. -It is recommended to use Helm 3 or later versions.
+It is recommended to use Helm 3 or later versions. (Follow this guide to install Helm on your computer)helm repo add yunikorn https://apache.github.io/yunikorn-release
helm repo update
kubectl create namespace yunikorn
helm install yunikorn yunikorn/yunikorn --namespace yunikorn
By default, the helm chart will install the scheduler, web-server and the admission-controller in the cluster.
When admission-controller
is installed, it simply routes all traffic to YuniKorn. That means the resource scheduling
@@ -31,7 +31,7 @@
Run the following command to uninstall YuniKorn:
helm uninstall yunikorn --namespace yunikorn