celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

knuu fails some tests because it cannot deploy Traefik #3581

Open cmwaters opened 1 week ago

cmwaters commented 1 week ago

I'm also seeing the namespace problem appear in our CI tests:

test-e2e2024/06/18 13:12:01 === RUN MinorVersionCompatibility
time="2024-06-18T13:12:01Z" level=info msg="Initializing knuu with scope: runMinorVersionCompatibility_20240618_131201"
time="2024-06-18T13:12:01Z" level=info msg="The .env file does not exist, continuing without loading environment variables."
test-e2e2024/06/18 13:12:01 Running minor version compatibility test versions v1.0.0    v1.1.0  v1.10.0 v1.10.1 v1.11.0 v1.2.0  v1.3.0  v1.4.0  v1.5.0  v1.6.0  v1.7.0  v1.8.0  v1.9.0  v2.0.0-rc0  v2.0.0-rc1
time="2024-06-18T13:12:01Z" level=info msg="LOG_LEVEL: info" file="knuu/knuu.go:264"
2024/06/18 13:22:01 failed to create testnet: cannot initialize knuu: cannot deploy Traefik: waiting for deployment traefik-deployment to be ready

Originally posted by @cmwaters in https://github.com/celestiaorg/celestia-app/issues/3505#issuecomment-2176123398