-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[doc][kuberay] add version skew warning for plugin and RayCluster #53950
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
base: master
Are you sure you want to change the base?
Conversation
Certain plugin commands since 1.4.0 aren't compatible out-of-the-box with RayCluster Kubernetes Custom Resource Definition from KubeRay before 1.4.0. Signed-off-by: David Xia <david@davidxia.com>
Please ping me when all CI tests pass. Thank you! |
cc @dayshah would you mind stamping this PR? Thanks! |
cc @dayshah I can see the change: |
oh maybe i was looking in the wrong spot mb |
```{admonition} Plugin after 1.4.0 may be incompatible with RayCluster before 1.4.0 | ||
:class: warning | ||
Certain plugin commands since 1.4.0 aren't compatible out-of-the-box with RayCluster Kubernetes | ||
Custom Resource Definition from KubeRay before 1.4.0. |
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.
this warning sounds a bit confusing because of the mix up between RayCluster RayCluster CRD and KubeRay. It's basically just trying to say that commands that work with KubeRay 1.4.0 are not guaranteed to work with previous KubeRay versions right. Can you simplify the wording a bit
Certain plugin commands since 1.4.0 aren't compatible out-of-the-box with RayCluster Kubernetes Custom Resource Definition from KubeRay before 1.4.0.