-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Doc][KubeRay] Add ReconcileConcurrency configuration instructions to Troubleshooting Guide #55236
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
[Doc][KubeRay] Add ReconcileConcurrency configuration instructions to Troubleshooting Guide #55236
Conversation
… Troubleshooting Guide Signed-off-by: Future-Outlier <[email protected]>
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
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.
LG!
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.
But would it be better if we add link of this section to KubeRay autoscaler?
So users can know what to do when experiencing such scenario.
https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/configuring-autoscaling.html
great advice, let me wait for ruiean's look, thank you! |
|
||
### How to configure reconcile concurrency? | ||
|
||
The KubeRay operator supports configuring the `ReconcileConcurrency` setting, which controls the number of concurrent workers processing Ray custom resources (CRs). |
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.
Mentioning concurrent workers is great, but could you also add why a user wants to change the setting more explicitly?
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.
updated, thank you!
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.
Hmm, the issue is still open. We'd better wait for it to be concluded if we want to reference the issue here.
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.
no problem, thank you!
Signed-off-by: Future-Outlier <[email protected]> Co-authored-by: Rueian <[email protected]>
|
||
### How to configure reconcile concurrency when there are large mount of CRs? | ||
|
||
Take [kuberay#3909](https://github.com/ray-project/kuberay/issues/3909) as an example. |
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.
Take [kuberay#3909](https://github.com/ray-project/kuberay/issues/3909) as an example. | |
In this example, [kuberay#3909](https://github.com/ray-project/kuberay/issues/3909), |
doc/source/cluster/kubernetes/troubleshooting/troubleshooting.md
Outdated
Show resolved
Hide resolved
This pull request has been automatically marked as stale because it has not had You can always ask for help on our discussion forum or Ray's public slack channel. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
This pull request has been automatically closed because there has been no more activity in the 14 days Please feel free to reopen or open a new pull request if you'd still like this to be addressed. Again, you can always ask for help on our discussion forum or Ray's public slack channel. Thanks again for your contribution! |
Signed-off-by: Future-Outlier <[email protected]>
cc @jjyao for merge, thank you! |
Signed-off-by: Future-Outlier <[email protected]>
Why are these changes needed?
Some users may not know how to configure the
ReconcileConcurrency
in kuberay.Docs link: https://anyscale-ray--55236.com.readthedocs.build/en/55236/cluster/kubernetes/troubleshooting/troubleshooting.html#how-to-configure-reconcile-concurrency-when-there-are-large-mount-of-crs
Related issue number
ray-project/kuberay#3909
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.