-
Notifications
You must be signed in to change notification settings - Fork 624
Open
Labels
Description
Search before asking
- I searched the issues and found no similar issues.
KubeRay Component
ray-operator
What happened + What you expected to happen
The ObservedGeneration
is missing in RayJobStatus. After searching it, there is ObservedGeneration
in the RayJobStatus but no where for updating it.
kuberay/ray-operator/apis/ray/v1/rayjob_types.go
Lines 250 to 253 in d59cbd8
// observedGeneration is the most recent generation observed for this RayJob. It corresponds to the | |
// RayJob's generation, which is updated on mutation by the API Server. | |
// +optional | |
ObservedGeneration int64 `json:"observedGeneration,omitempty"` |
Reproduction script
Create a RayJob and check the RayJobStatus.
Anything else
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!