-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
If kind is configured to use Podman instead of Docker when creating a test environment with the metallb addon enabled, the create will fail with:
$ ktf env create --addon metallb
building new environment kong-testing-environment
Error: failed to deploy addon metallb: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/kong-testing-environment-control-plane/json": dial unix /var/run/docker.sock: connect: permission deniedIf the addon is not enabled, the environment will succeed.
Expected Behavior
Kind itself supports Podman as a container runtime, so we should for KTF as well.
Steps To Reproduce
$ ktf env create --addon metallKong Kubernetes Testing Framework Version
`v0.44.0`Kubernetes version
`v1.27.3`Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working