You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 metallbbuilding new environment kong-testing-environmentError: 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 denied
If 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 metall
Kong Kubernetes Testing Framework Version
`v0.44.0`
Kubernetes version
`v1.27.3`
The text was updated successfully, but these errors were encountered:
Current Behavior
If
kind
is configured to use Podman instead of Docker when creating a test environment with themetallb
addon enabled, the create will fail with:If 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
Kong Kubernetes Testing Framework Version
`v0.44.0`
Kubernetes version
`v1.27.3`
The text was updated successfully, but these errors were encountered: