Skip to content

Update the kubernetes object's status with server-side apply #2271

Open
@tenzen-y

Description

@tenzen-y

/kind feature

Describe the solution you'd like
[A clear and concise description of what you want to happen.]
I'd like to replace the client-side apply with the server-side apply when the controller updates the any statuses like

func (r *ReconcileExperiment) updateStatus(instance *experimentsv1beta1.Experiment) error {
.

Server-side applies allow us to avoid updating errors due to conflicts, and then it would reduce confusions for users.

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]


Love this feature? Give it a 👍 We prioritize the features with the most 👍

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions