-
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
[Docker] Remove Kubectl #38524
[Docker] Remove Kubectl #38524
Conversation
Signed-off-by: Ian Rodney <ian.rodney@gmail.com>
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.
where do we need kubectl today?
Oh, good point @aslonnie. @kevin85421 , do we need Kubectl in the Ray containers still? |
No, to the best of my knowledge. In Ray, only the Ray Autoscaler interacts with the Kubernetes cluster. However, it uses the |
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.
update PR title and description?
Done!
Best,
Ian
Security @ Anyscale
…On Mon, Sep 11, 2023 at 10:25 AM Lonnie Liu ***@***.***> wrote:
***@***.**** approved this pull request.
update PR title and description?
—
Reply to this email directly, view it on GitHub
<#38524 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFC5KQUZF5VMKFEJZICATI3XZ4NNJANCNFSM6AAAAAA3TEJEDM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
merged, but some of the k8s chaos tests are failing? not sure if I made a mistake or not.. |
Ray no longer needs kubectl. It was used for the old "kubernetes cluster launcher." KubeRay does not require that Kubectl is installed to run. Signed-off-by: Ian Rodney <ian.rodney@gmail.com> Signed-off-by: Jim Thompson <jimthompson5802@gmail.com>
Ray no longer needs kubectl. It was used for the old "kubernetes cluster launcher." KubeRay does not require that Kubectl is installed to run. Signed-off-by: Ian Rodney <ian.rodney@gmail.com> Signed-off-by: Victor <vctr.y.m@example.com>
Why are these changes needed?
Ray no longer needs
kubectl
. It was used for the old "kubernetes cluster launcher." KubeRay does not require that Kubectl is installed to run.Kubernetes moved to a new location to host packages https://kubernetes.io/blog/2023/08/15/pkgs-k8s-io-introduction/The old package locations did not support newer versions of kubectl :(Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.