Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep status value after completion #275

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

DoctorVin
Copy link
Contributor

Deleting the status value that a controller uses to track its work can lead to that controller continuing to work after the orchestrator's reconciler goroutine has marked the condition as failed. In a situation where the controller attempts a status update and the orchestrator has already failed the condition, the only acceptable response is for the controller to stop work.

Deleting the status value that a controller uses to track its work can
lead to that controller continuing to work after the orchestrator's
reconciler goroutine has marked the condition as failed. In a situation
where the controller attempts a status update and the orchestrator has
already failed the condition, the only acceptable response is for the
controller to stop work.
@DoctorVin DoctorVin marked this pull request as ready for review November 4, 2024 14:12
@DoctorVin DoctorVin merged commit d03f704 into main Nov 4, 2024
7 checks passed
@DoctorVin DoctorVin deleted the vc/keep-status-after-complete branch November 4, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants