Skip to content

cilium-docker: provide real subnet/gateway if IPv4 is enabled #129

@tgraf

Description

@tgraf

We still provide a stub IPAMConfig even if IPv4 is enabled:

        "IPAM": {
            "Driver": "cilium",
            "Options": null,
            "Config": [
                {
                    "Subnet": "0.0.0.0/0",
                    "Gateway": "1.1.1.1/32"
                },
                {
                    "Subnet": "f00d::c0a8:210b:0:0/112",
                    "Gateway": "f00d::c0a8:210b:0:0/128"
                }
            ]
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugThis is a bug in the Cilium logic.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions