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

[RayService] fix kubebuilder printcolumn annotations for RayService #1981

Merged

Conversation

andrewsykim
Copy link
Contributor

Why are these changes needed?

The current print coloumns for RayService are not being rendered, this is because they were added to the wrong type.

This PR fixes the kubebuilder annotation and adds another coloumn for "NUM SERVE ENDPOINTS"

$ kubectl get rayservice
NAME                SERVICE STATUS   NUM SERVE ENDPOINTS
rayservice-sample   Running          2

Related issue number

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
@andrewsykim
Copy link
Contributor Author

@kevin85421 PTAL

@andrewsykim andrewsykim changed the title fix kubebuilder printcolumn annotations for RayService [RayService] fix kubebuilder printcolumn annotations for RayService Mar 11, 2024
Copy link
Member

@kevin85421 kevin85421 left a comment

Choose a reason for hiding this comment

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

Nice! cc @Yicheng-Lu-llll would you mind taking a look? Thanks!

@kevin85421 kevin85421 self-assigned this Mar 11, 2024
@Yicheng-Lu-llll
Copy link
Contributor

lgtm! I also tested manually.
image

@kevin85421 kevin85421 merged commit 78d030a into ray-project:master Mar 11, 2024
23 checks passed
@andrewsykim
Copy link
Contributor Author

Should we cherry-pick this into the release v1.1 branch?

@kevin85421
Copy link
Member

I will cherry-pick every commit that is not already on the v1.1.0 branch to v1.1.0.

kevin85421 pushed a commit to kevin85421/kuberay that referenced this pull request Mar 15, 2024
kevin85421 added a commit that referenced this pull request Mar 15, 2024
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.

None yet

3 participants