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

Do not wait for scheduling events after reinstall #794

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

kke
Copy link
Contributor

@kke kke commented Nov 18, 2024

Fixes #778

A reinstall triggered by installFlags changes does not always generate scheduling events since all the pods are scheduled already, the service is just restarted.

This PR removes the waiting for scheduling events to occur to validate that the controller has been successfully restarted. It still waits for the system pods to appear running.

Signed-off-by: Kimmo Lehto <klehto@mirantis.com>
@kke kke added the bug Something isn't working label Nov 18, 2024
@kke kke merged commit f9c59e6 into main Nov 19, 2024
39 checks passed
@kke kke deleted the no-wait-scheduling-events branch November 19, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timed out waiting for scheduling events during reinstall
1 participant