-
Notifications
You must be signed in to change notification settings - Fork 119
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
"make" doesn't check if all containers are Ready #1377
Comments
/triage accepted |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
If a container fails readiness check, say Ironic, and shows
4/5
inkubectl get pods -A
,make
doesn't wait for that, and just returns with Success. Then integration test runsmake test
. After pivoting to target cluster, "make test" DOES check if everything is Ready. This is misleading as the installation was effectively broken way earlier than pivot.Solution is to make ansible wait for source cluster to be ready before moving on.
/kind bug
The text was updated successfully, but these errors were encountered: