You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2020/09/22 22:40:49 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-400] Helm hub page linked in getting started page (#24)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 138fa71  [YUNIKORN-400] Helm hub page linked in getting started page (#24)
138fa71 is described below

commit 138fa7136493a851775292260e5ca45612fd3e5d
Author: Kinga Marton <km...@apache.org>
AuthorDate: Wed Sep 23 00:40:44 2020 +0200

    [YUNIKORN-400] Helm hub page linked in getting started page (#24)
---
 docs/get_started/get_started.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/get_started/get_started.md b/docs/get_started/get_started.md
index 6fd26c0..e726c5c 100644
--- a/docs/get_started/get_started.md
+++ b/docs/get_started/get_started.md
@@ -42,6 +42,8 @@ By default, the helm chart will install the scheduler, web-server and the admiss
 When `admission-controller` is installed, it simply routes all traffic to YuniKorn. That means the resource scheduling
 is delegated to YuniKorn. You can disable it by setting `embedAdmissionController` flag to false during the helm install.  
 
+Further configuration options for installing YuniKorn via Helm are available in the [YuniKorn Helm hub page](https://hub.helm.sh/charts/yunikorn/yunikorn).
+
 If you don't want to use helm charts, you can find our step-by-step
 tutorial [here](developer_guide/deployment.md).