-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/kuberay] Adding the list and watch for endpoints resource to the cluster role to solve #30648 #30665
base: main
Are you sure you want to change the base?
Conversation
Thank you for initiating this pull request. We appreciate your effort. This is just a friendly reminder that signing your commits is important. Your signature certifies that you either authored the patch or have the necessary rights to contribute to the changes. You can find detailed information on how to do this in the “Sign your work” section of our contributing guidelines. Feel free to reach out if you have any questions or need assistance with the signing process. |
5b9acab
to
2d4e2c3
Compare
Signed-off-by: Francisco Rivas <frivas@navteca.com>
Hello Carlos, thank you very much for providing the information. I believe I have made a few mistakes with the commits/push. I am fixing them right now. I am extremely sorry. |
Hello @javsalgar @carrodher Is it possible to move forward with this? I know I made a mistake with the PR but I think it has been solved now. Thank you very much for taking the time and effort with this. |
Thanks, could you please rebase from the |
This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. |
This change adds the necessary rules to the operator cluster role to get the Ray Service in Running state and also make the kuberay operator not to show the
This issue has been seen in the operator's log and as I am not using the apiserver or cluster components
Description of the change
Adds RBAC rules to the Operator Cluster Role.
Benefits
Ray Service will be in running state and also the Operator logs won't show the messages with the permissions.
Possible drawbacks
None as far as I know. Just keep in mind this applies only to the operator not apiserver or cluster.
Applicable issues