[ 
https://issues.apache.org/jira/browse/YUNIKORN-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17876020#comment-17876020
 ] 

Yu-Lin Chen commented on YUNIKORN-2696:
---------------------------------------

After discussed this Jira with [~blue.tzuhua], we have new thoughts for this 
Jira.

1. The "Get Start" page is intended for new users, and the previous install 
command is enough. We shouldn't  include overly detailed guidance on "how to 
change image tag" here.  We can add a new note to explain how to install 
different YK version through one line command.
{code:java}
helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.5.0 
{code}
2. The issue where "image tags are latest which is not available on docker 
hub." only occurs for *developers* who want to deploy the YK Helm chart through 
values.yaml in the yunikorn-release. We can add a note to developer guide or 
the the README.md, to reminder developers to change image tags before running 
`helm install` with existing values.yaml.

If no one has any objections to our conclusion, I will create two Jiras to put 
the information to the appropriate places.

> appoint specific version when installing yunikorn
> -------------------------------------------------
>
>                 Key: YUNIKORN-2696
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-2696
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Chen Yu Teng
>            Assignee: Lyu Bo Cian
>            Priority: Minor
>              Labels: newbie, pull-request-available
>             Fix For: 1.6.0
>
>
> In get started doc, image tags are latest which is not available on docker 
> hub.
> Need to update helm chart via helm upgrade.
>   
> helm upgrade -f custom.yml  --install yunikorn yunikorn/yunikorn -n yunikorn 
> --create-namespace
> ```yml
> image:
>   tag: scheduler-1.5.1
> admissionController:
>   image:
>     tag: admission-1.5.1
> web:
>   image:
>     tag: web-1.5.1
> ```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to