k3d icon indicating copy to clipboard operation
k3d copied to clipboard

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

Open KarthikRajashekaran opened this issue 1 year ago • 0 comments

What did you do

  • How was the cluster created?
podman system connection list
Name                         URI                                                         Identity                                                             Default
podman-machine-default       ssh://[email protected]:55878/run/user/503/podman/podman.sock  /Users/abc.com/.ssh/podman-machine-default  true
podman-machine-default-root  ssh://[email protected]: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 avatar Dec 20 '23 23:12 KarthikRajashekaran