This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 4399ca2b10 [YUNIKORN-2836] Simplify YuniKorn version selection in 
Getting Started page
4399ca2b10 is described below

commit 4399ca2b109a0b3075b5fed136a287ac81cba839
Author: Tzu-Hua Lan <blue.tzu...@gmail.com>
AuthorDate: Wed Aug 28 14:09:08 2024 -0500

    [YUNIKORN-2836] Simplify YuniKorn version selection in Getting Started page
    
    Closes: #466
    
    Signed-off-by: Craig Condit <ccon...@apache.org>
---
 docs/get_started/get_started.md   | 22 +++-------------------
 docs/user_guide/service_config.md |  3 +++
 2 files changed, 6 insertions(+), 19 deletions(-)

diff --git a/docs/get_started/get_started.md b/docs/get_started/get_started.md
index 1f3dd11940..92a4f9235a 100644
--- a/docs/get_started/get_started.md
+++ b/docs/get_started/get_started.md
@@ -50,28 +50,12 @@ admission controller delegating all scheduling to YuniKorn. 
Because this mode is
 
 If you are unsure which deployment mode you should use, refer to our 
[side-by-side comparison](user_guide/deployment_modes).
  
-If you want to use specific YuniKorn version, you can update helm chart via 
helm upgrade.
+If you want to use a specific version of YuniKorn, you can add the `--version` 
flag to the `helm install` command as follows:
 ```shell script
-helm upgrade -f custom.yml  -install yunikorn yunikorn/yunikorn -n yunikorn 
--create-namespace
+helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 
{version}
 ```
 
-The custom.yml is
-```yml
-image:
-  tag: scheduler-{version}    # default depends on YuniKorn version
-
-admissionController:
-  image:
-    tag: admission-{version}  # default depends on YuniKorn version
-
-web:
-  image:
-    tag: web-{version}        # default depends on YuniKorn version
-```
-
-You can check available `{version}` on 
[DockerHub](https://hub.docker.com/r/apache/yunikorn/tags).
-
-Further configuration options for installing YuniKorn via Helm are available 
in the [YuniKorn Helm hub page](https://hub.helm.sh/charts/yunikorn/yunikorn).
+You can check [YuniKorn Helm hub 
page](https://artifacthub.io/packages/helm/yunikorn/yunikorn) to see the 
available versions and further configuration options for YuniKorn Helm chart.
 
 If you don't want to use helm charts, you can find our step-by-step
 tutorial [here](developer_guide/deployment.md).
diff --git a/docs/user_guide/service_config.md 
b/docs/user_guide/service_config.md
index c0b6cdccfd..8e58ad0bbe 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -66,6 +66,9 @@ admissionController:
     tag: admission-{version}        # default depends on YuniKorn version
     pullPolicy: Always
 ```
+
+You can check [Docker Hub](https://hub.docker.com/r/apache/yunikorn/tags) to 
see the available tag versions for YuniKorn images.
+
 ### Kubernetes configuration
 
 #### affinity


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to