kudo icon indicating copy to clipboard operation
kudo copied to clipboard

Look into Failure for Cluster Teardown

Open kensipe opened this issue 4 years ago • 1 comments

A KEP PR resulting in a test failure... it is a failure for waiting for teardown. We should understand if this failure is a concern and consider removing it as a test result if we do not care.

harness.go:579: fatal error running commands: command "./bin/kubectl-kudo init --unsafe-self-signed-webhook-ca --kudo-image kudobuilder/controller:test --kudo-image-pull-policy Never --wait" exceeded 300 sec timeout

From: https://github.com/kudobuilder/kudo/pull/1794

What would you like to be added:

Why is this needed:

kensipe avatar May 14 '21 15:05 kensipe

@kensipe Is this really a teardown failure?..

From what I could see in the logs, this is a failure of waiting for kudo to be installed, and it looks like kudo controller manager pod has never been scheduled in this run.

Something very similar is observed in upgrade tests on a much more regular basis, see https://github.com/kudobuilder/kudo/issues/1783

asekretenko avatar May 14 '21 20:05 asekretenko