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

[BUG] Unable to create Cluster with Podman in MacOS but works fine with Docker #1388

Open
KarthikRajashekaran opened this issue Dec 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@KarthikRajashekaran
Copy link

KarthikRajashekaran commented Dec 20, 2023

What did you do

  • How was the cluster created?
podman system connection list
Name                         URI                                                         Identity                                                             Default
podman-machine-default       ssh://core@127.0.0.1:55878/run/user/503/podman/podman.sock  /Users/abc.com/.ssh/podman-machine-default  true
podman-machine-default-root  ssh://root@127.0.0.1:55878/run/podman/podman.sock           /Users/abc.com/.ssh/podman-machine-default  false
echo $DOCKER_HOST
unix:///Users/abc.com/.local/share/containers/podman/machine/qemu/podman.sock

sudo --preserve-env=DOCKER_HOST k3d cluster create --registry-use k3d-myregistry.localhost:12345 -c k3d.yaml --wait

What did you expect to happen

The cluster should be created

image

Which OS & Architecture

Running MacOS

arch: amd64
cgroupdriver: systemd
cgroupversion: "2"
endpoint: /var/run/docker.sock
filesystem: xfs
infoname: localhost.localdomain
name: docker
os: fedora
ostype: linux
version: 4.7.2

Which version of k3d

k3d version v5.6.0
k3s version v1.27.4-k3s1 (default)

Which version of podman

podman version 4.8.2

@KarthikRajashekaran KarthikRajashekaran added the bug Something isn't working label Dec 20, 2023
@KarthikRajashekaran KarthikRajashekaran changed the title [BUG] Unable to create Cluster with Podman but works fine with Docker [BUG] Unable to create Cluster with Podman in MacOS but works fine with Docker Dec 21, 2023
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