-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[YUNIKORN-2696] Appoint specific version when installing yunikorn #452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should hardcode a specific version here. This will get out-of-date quickly. Instead, reference the tags as "scheduler-{version}" and point users to DockerHub for available tags.
Also, drop reference to 'latest'. 'docker hub' should be 'DockerHub', and 'Yunikorn' should be 'YuniKorn'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See previous comment.
agree. This PR can align the example of https://github.com/apache/yunikorn-site/blob/master/docs/user_guide/service_config.md?plain=1#L39
There are many such typo in code base. Maybe we should fix it. at least yunikorn-site repo |
I agree; we can align this method with all versioned examples in the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I think all requested changes are done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Paul-Lyu thanks for updates. Could you please update https://github.com/apache/yunikorn-site/blob/master/docs/user_guide/service_config.md#container-images too?
Sorry for the late review. EX:
The even better solution is to extract variable
If anyone agree with me, we can create a new Jira for the improvement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Since this PR already addresses the request, I will merge it later today.
I agree with @chenyulin0719; using a single command is more convenient than providing a custom.yml. |
sounds good to me |
Created the followup Jira: [YUNIKORN-2819] Add version parameter to Helm chart |
What is this PR for?
Appoint specific version when installing yunikorn
In get started doc, image tags are latest which is not available on docker hub.
What type of PR is it?
Todos
What is the Jira issue?
https://issues.apache.org/jira/browse/YUNIKORN-2696
How should this be tested?
Screenshots (if appropriate)
Questions: