[
https://issues.apache.org/jira/browse/YUNIKORN-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105505#comment-17105505
]
Kinga Marton commented on YUNIKORN-140:
---------------------------------------
[~wwei] today I created the helm repository in my private repo using Github
pages.
You can try it out with the following command:
{code:bash}
helm repo add yunikorn
https://kingamarton.github.io/incubator-yunikorn-k8shim/helm-charts
helm install yunikorn/yunikorn
{code}
I had to make the following changes:
- create [gh-pages
branch|https://github.com/kingamarton/incubator-yunikorn-k8shim/tree/gh-pages]
and set that branch as source for Github Pages.
- I had to make a release from the charts:
[https://github.com/kingamarton/incubator-yunikorn-k8shim/releases/tag/yunikorn-0.1.0]
(used [https://github.com/helm/chart-releaser] for this purpose)
- generated
[index.yaml|https://github.com/kingamarton/incubator-yunikorn-k8shim/blob/gh-pages/helm-charts/index.yaml]
file using chart-releaser (I think we can create it manually as well if we
know how to fill it) and pushed it to gh-pages branch.
- Thats all! After this we can publish it to helm hub easily.
> Create helm chart repository and publish it to helmhub
> ------------------------------------------------------
>
> Key: YUNIKORN-140
> URL: https://issues.apache.org/jira/browse/YUNIKORN-140
> Project: Apache YuniKorn
> Issue Type: Improvement
> Reporter: Kinga Marton
> Assignee: Kinga Marton
> Priority: Major
>
> Create a helm chart repository and publish the charts to
> [https://hub.helm.sh/.|https://hub.helm.sh/] This will further help user to
> try yunikorn out easily.
> How to create the helm chart repository is described here:
> [https://helm.sh/docs/topics/chart_repository/]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]