Skip to content
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

[kuberay] Fix inconsistent RBAC truncation for autoscaling clusters. #689

Conversation

DmitriGekhtman
Copy link
Collaborator

Why are these changes needed?

Due to inconsistent truncation of RBAC names, it's not possible to deploy an autoscaling RayService with a long name.
This PR fixes that issue.
Closes #643.

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual test: Deployed an autoscaling RayService with a long name.
    • This PR is not tested :(

Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
@DmitriGekhtman DmitriGekhtman changed the title [kuberay] Fix inconsistent RBAC truncation [kuberay] Fix inconsistent RBAC truncation for autoscaling clusters. Nov 4, 2022
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Copy link
Collaborator

@simon-mo simon-mo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp

Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
@DmitriGekhtman DmitriGekhtman merged commit ecda14b into ray-project:master Nov 5, 2022
@DmitriGekhtman DmitriGekhtman deleted the dmitri/fix-inconsistent-truncation branch November 6, 2022 01:55
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
…ay-project#689)

Due to inconsistent truncation of RBAC names, it's not possible to deploy an autoscaling RayService with a long name.
This PR fixes that issue.
Closes ray-project#643.

Signed-off-by: Dmitri Gekhtman <dmitri.m.gekhtman@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] RayService not deploying when enableInTreeAutoscaling is true
2 participants