replicatedhq / troubleshoot

Preflight Checks and Support Bundles Framework for Kubernetes Applications
https://troubleshoot.sh
Apache License 2.0
544 stars 93 forks source link

fix(e2e): race condition causes tests to fail #1603

Closed emosbaugh closed 3 weeks ago

emosbaugh commented 3 weeks ago

Description, Motivation and Context

E2e tests are failing because podlist returns 0 pods as daemonset is not available. Causes cascading failures in tests.

https://github.com/replicatedhq/troubleshoot/actions/runs/10517322980/job/29142176121

Checklist

Does this PR introduce a breaking change?