-
Notifications
You must be signed in to change notification settings - Fork 603
Add kubectl plugin with basic command #2243
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
Conversation
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.
How about separating the deprecation and the new Kubectl plugin PR into two separate PRs?
39ca12a
to
68b7692
Compare
ce3d790
to
987b0e5
Compare
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.
Would you mind:
(1) adding some comments to the code
(2) run the pre-commit locally https://github.com/ray-project/kuberay/blob/master/ray-operator/DEVELOPMENT.md#pre-commit-hooks and add the lint checks in CI in the follow up PR
(3) add the instructions in the PR description and add a screenshot
Thanks!
@kevin85421 Added screenshots and instructions for installations on the PR description. PTAL! Thanks! |
Oh I just realized that the age that |
The flaky test still fails, but I think it has no relationship with this PR. Merge this PR. |
Why are these changes needed?
Deprecating old CLI and adding ray kubectl plugin
Discussed with @kevin85421 to delete
cli/
.Related issue number
Instructions for installation
go build cmd/kubectl-ray.go
sudo cp ./kubectl-ray /usr/local/bin
kubectl ray cluster get
Checks