-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-38561][K8S][DOCS][3.3] Add doc for Customized Kubernetes Schedulers
#35955
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
Conversation
docs/running-on-kubernetes.md
Outdated
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.
What does this refer in Volcano scheduler?
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.
Set scheduler hints according to configuration
create pg (contains scheduler hints) according to PodGroupTemplate
existing Pod info dynamically.
such as we can set priority according driver.priority, of course, it didn't use it in volcano current implementations
|
@dongjoon-hyun @holdenk Would you mind take a look again on this? the doc for Customized Kubernetes Schedulers for 3.3 branch. |
|
All comments addressed, also sync changes on master: #36001 |
### What changes were proposed in this pull request? This is PR to doc for basic framework capability for Customized Kubernetes Schedulers. ### Why are the changes needed? Guide user how to use spark on kubernetes custom scheduler ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Closes apache#35869 from Yikun/SPARK-38561. Authored-by: Yikun Jiang <[email protected]> Signed-off-by: Holden Karau <[email protected]>
dongjoon-hyun
left a comment
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.
+1, LGTM.
…dulers` ### What changes were proposed in this pull request? This is PR to doc for basic framework capability for Customized Kubernetes Schedulers. ### Why are the changes needed? Guide user how to use spark on kubernetes custom scheduler ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Closes #35955 from Yikun/SPARK-38561-3.3. Authored-by: Yikun Jiang <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
|
@dongjoon-hyun Thanks! |
…nfiguration and fix typos ### What changes were proposed in this pull request? Add note for specific scheduler configuration and fix typos ### Why are the changes needed? We addressed some comments on #35955 when backport to 3.3 branch. ### Does this PR introduce _any_ user-facing change? No, doc only ### How was this patch tested?  SKIP_API=1 bundle exec jekyll serve --watch Closes #36001 from Yikun/SPARK-38561-FOLLOWUP. Authored-by: Yikun Jiang <[email protected]> Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
This is PR to doc for basic framework capability for Customized Kubernetes Schedulers.
Why are the changes needed?
Guide user how to use spark on kubernetes custom scheduler
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI passed