Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetalLB addon fails to deploy on Podman #945

Open
shaneutt opened this issue Jan 31, 2024 · 0 comments
Open

MetalLB addon fails to deploy on Podman #945

shaneutt opened this issue Jan 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shaneutt
Copy link
Member

shaneutt commented Jan 31, 2024

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 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`
@shaneutt shaneutt added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant