Open
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
In the progress of ray-project/enhancements#54, we have added the new .Status.Conditions
field to replace the single .Status.State
. The next step is to remove the .Status.State field
. It is a long-term process, starting from deprecating the field. This issue is meant to track the whole progress.
- [Feature][RayCluster]: Deprecate the RayCluster .Status.State field #2288
- Document the deprecation in v1.2.0.
- Remove its
+kubebuilder:printcolumn
annotation in v1.3.0 if the new.Status.Conditions
field works well. - Remove the
.Status.State
in v2.0.0 if the new.Status.Conditions
field works well.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!