You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
When submitting a KubeRay job (ray job CRD) to be executed on a previously provisioned cluster, the ray job status is not set to v1alpha1.JobStatusSucceeded.
The underlying batchv1.Job status is completed.
Reproduction script
To reproduce the issue:
Create k8s cluster
Deploy operator (v1.0.0-rc.0+) in default namespace
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
When submitting a KubeRay job (ray job CRD) to be executed on a previously provisioned cluster, the ray job status is not set to v1alpha1.JobStatusSucceeded.
The underlying
batchv1.Job
status is completed.Reproduction script
To reproduce the issue:
ray-system
namespace:kubectl create namespace ray-system
The job
batchv1.Job
has a status ofAlso, deleting the ray job doesn't delete the associated
batchv1.Job
Anything else
Fairly consistent.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: