-
-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What did you do
- How was the cluster created?
k3d cluster create -c config.yml
registries: # define how registries should be created or used
create: # creates a default registry to be used with the cluster; same as `--registry-create registry.localhost`
name: k3d-registry
host: "0.0.0.0"
hostPort: "5000"
volumes:
- /run/podman/podman.sock:/var/run/docker.sock
default_network: "data-net"What did you expect to happen
I used podman and I wanted it to create the registry using the specified network, but yml doesn't support the default-network attribute, which can be used in 'k3d registry create'
Screenshots or terminal output
Which version of docker
podman 5.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working