Skip to content

[Feature] ObservedGeneration is missing in RayJobStatus #4042

@fscnick

Description

@fscnick

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.

// 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!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions