-
Notifications
You must be signed in to change notification settings - Fork 6k
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] Doc for Helm chart RBAC #40360
Conversation
Signed-off-by: evalaiyc98 <[email protected]>
cc @kevin85421 Please take a look. |
Signed-off-by: evalaiyc98 <[email protected]>
Signed-off-by: Kai-Hsun Chen <[email protected]>
Improve RBAC doc
Signed-off-by: evalaiyc98 <[email protected]>
Signed-off-by: evalaiyc98 <[email protected]>
Signed-off-by: evalaiyc98 <[email protected]>
change ClusterRoleBinding/ RoleBinding to ClusterRole/ Role Signed-off-by: evalaiyc98 <[email protected]>
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 have already discussed this document offline with @evalaiyc98 several times.
Co-authored-by: Archit Kulkarni <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]>
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.
Just some nits. Hope it helps. Let me know if you have any questions or if the suggestions don't make sense. Great job with the docs and the diagrams!
Co-authored-by: angelinalg <[email protected]> Signed-off-by: Yu-Chen Lai <[email protected]>
Thanks for @angelinalg. I have updated the file. |
Windows Serve tests unrelated |
I would like to enhance the user experience for installing Helm chart RBAC in KubeRay. Since there is'n an existing document for this, I integrate these PRs including KubeRay ray-project#1190, ray-project#1162, ray-project#1106, and create a comprehensive document to assist users in quickly and easily setting up RBAC resource. --------- Signed-off-by: evalaiyc98 <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]> Signed-off-by: Yu-Chen Lai <[email protected]> Co-authored-by: Kai-Hsun Chen <[email protected]> Co-authored-by: Kai-Hsun Chen <[email protected]> Co-authored-by: Archit Kulkarni <[email protected]> Co-authored-by: angelinalg <[email protected]>
I would like to enhance the user experience for installing Helm chart RBAC in KubeRay. Since there is'n an existing document for this, I integrate these PRs including KubeRay #1190, #1162, #1106, and create a comprehensive document to assist users in quickly and easily setting up RBAC resource. --------- Signed-off-by: evalaiyc98 <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]> Signed-off-by: Kai-Hsun Chen <[email protected]> Signed-off-by: Yu-Chen Lai <[email protected]> Co-authored-by: Yu-Chen Lai <[email protected]> Co-authored-by: Archit Kulkarni <[email protected]> Co-authored-by: angelinalg <[email protected]>
Why are these changes needed?
I would like to enhance the user experience for installing Helm chart RBAC in KubeRay. Since there is'n an existing document for this, I integrate these PRs including KubeRay #1190, #1162, #1106, and create a comprehensive document to assist users in quickly and easily setting up RBAC resource.
Related issue number
Checks
I've signed off every commit(by using the -s flag, i.e.,
git commit -s
) in this PR.I've run
scripts/format.sh
to lint the changes in this PR.I've included any doc changes needed for https://docs.ray.io/en/master/.
method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
Testing Strategy
I have checked the output and made sure the document is working as expected.
Note that, due to doc dependency conflict as this issue [doc][docs infra] update instructions for installing lint dependencies #39962 stated , I will check to ensure the changes align with Ray's style guide.