-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Test: When testing KCP remediation Should replace unhealthy machines is failing #10885
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
Comments
cc @vincepri |
EDITED: It is expected to be so. Docker machine is not becoming ready: |
This line is the problem. In kcp remediation test cluster does not become ready when workload cluster is initialized.
|
(cluster.Spec.ControlPlaneRef == nil || cluster.Status.ControlPlaneReady) is problematic because in kcp remediation test controlplane never becomes ready and it should start remediation. With that line cluster never becomes provisioned and remediation will not start. |
@fabriziopandini |
Uh oh!
There was an error while loading. Please reload this page.
Which jobs are failing?
capi-e2e-main capi-e2e-mink8s-main
Which tests are failing?
When testing KCP remediation Should replace unhealthy machines is failing
Since when has it been failing?
16.07 20:04 UTC
Testgrid link
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-e2e-main/1813470576841330688
Reason for failure (if possible)
No response
Anything else we need to know?
No response
Label(s) to be applied
/kind failing-test
/area ci
The text was updated successfully, but these errors were encountered: