Skip to content

[BUG] #1605

@IanoRai

Description

@IanoRai

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

Image

Which version of docker

podman 5.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions