We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
apiserver
If you see the RayClusterSpec CRD:
It defines a field headServiceAnnotations
headServiceAnnotations
However in the KubeRay API Server:
It is not present, so you cannot set this via the API Server's version of the KubeRay CRD API.
There is also no way to set the headServiceAnnotations in the python-apiserver-client:
python-apiserver-client
There isn't a repro relevant here other than confirm the links above.
No response
The text was updated successfully, but these errors were encountered:
I think #708 was closed without having done this for the api server component
Sorry, something went wrong.
cc @YQ-Wang @han-steve
No branches or pull requests
Search before asking
KubeRay Component
apiserver
What happened + What you expected to happen
If you see the RayClusterSpec CRD:
It defines a field
headServiceAnnotations
However in the KubeRay API Server:
It is not present, so you cannot set this via the API Server's version of the KubeRay CRD API.
There is also no way to set the
headServiceAnnotations
in thepython-apiserver-client
:Reproduction script
There isn't a repro relevant here other than confirm the links above.
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: