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
I'm following this guide to create RayJob: https://ray-project.github.io/kuberay/components/apiserver/#create-ray-job-in-a-given-namespace
It doesn't matter if I provide JSON or not. The error is the same.
curl -X POST kuberay-apiserver-service.ray.svc.cluster.local:8888/apis/v1alpha2/namespaces/ray/jobs {"code":12, "message":"Method Not Allowed"}
The correct endpoint is: /apis/v1alpha2/jobs
/apis/v1alpha2/jobs
curl -X POST 'kuberay-apiserver-service.ray.svc.cluster.local:8888/apis/v1alpha2/jobs' {"code":3, "message":"Namespace is empty. Please specify a valid value.: Validate job request failed.: Invalid input error: Namespace is empty. Please specify a valid value."}
No response
The text was updated successfully, but these errors were encountered:
@kevin85421 Can you also assign this to me also.
Sorry, something went wrong.
Updated URL example for job creation
4c8b21b
Fixes ray-project#1316
@kevin85421 we should probably close this ticket as the api was changed by #1447. @23ewrdtf you might want to retest, with the latest nightly build.
z103cb
No branches or pull requests
Search before asking
KubeRay Component
apiserver
What happened + What you expected to happen
I'm following this guide to create RayJob: https://ray-project.github.io/kuberay/components/apiserver/#create-ray-job-in-a-given-namespace
It doesn't matter if I provide JSON or not. The error is the same.
The correct endpoint is:
/apis/v1alpha2/jobs
Reproduction script
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: