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

Website controller: wait for deployment to be rolled out #126

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

timebertt
Copy link
Owner

What this PR does / why we need it:

Previously, the controller only waited for the latest generation to be observed and the minimum number of replicas to be available.
Now it also properly waits until the deployment has been fully rolled out.

This might cause the reconciliation latency to increase but it is semantically more correct.

Previously, the controller only waited for the latest generation to be observed and the minimum
number of replicas to be available.
Now it also properly waits until the deployment has been fully rolled out.
@timebertt timebertt merged commit dfb2600 into main Feb 4, 2024
3 checks passed
@timebertt timebertt deleted the wait-deployment branch February 4, 2024 15:39
@timebertt timebertt added the enhancement New feature or request label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant