Hi, I was playing with the argo workflows on Kubernetes (on Ubuntu 24.04 LTS).
Since I updated local and dagger-helm to latest v0.19.7, it seems the minikube cluster namespace remains on previous client version and breaks on buildkit session connect ๐
โ dagger-module docker container list --all --filter 'name=^dagger-engine-*' --format '{{.Names}}'
dagger-engine-v0.19.7
https://docs.dagger.io/getting-started/ci-integrations/argo-workflows/
https://docs.dagger.io/reference/deployment/kubernetes/#prerequisites
Tried the troubleshooting to remove the dagger namespace/containers but in vain...
https://docs.dagger.io/reference/troubleshooting/#dagger-is-unresponsive-with-a-buildkit-error
PS: dagger checks are OK ๐
โ dagger-module dagger checks
โ Module.checks: CheckGroup! 0.0s
โ .run: CheckGroup! 0.0s
โ .list: [Check!]! 0.0s
Thanks for your feedback.