Skip to content

Commit

Permalink
[YUNIKORN-2836] Simplify YuniKorn version selection in Getting Starte…
Browse files Browse the repository at this point in the history
…d page

Closes: #466

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
blueBlue0102 authored and craigcondit committed Aug 28, 2024
1 parent 3082d30 commit 4399ca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
22 changes: 3 additions & 19 deletions docs/get_started/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
3 changes: 3 additions & 0 deletions docs/user_guide/service_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4399ca2

Please sign in to comment.