cni

command
v0.0.0-...-4672a32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

README

cat /etc/cni/net.d/10-kindnet.conflist

{ "cniVersion": "0.3.1", "name": "kindnet", "plugins": [ { "type": "ptp", "ipMasq": false, "ipam": { "type": "host-local", "dataDir": "/run/cni-ipam-state", "routes": [

                            { "dst": "::/0" }
                    ],
                    "ranges": [


                            [ { "subnet": "fd00:10:244:1::/64" } ]
                    ]
            }
            ,
            "mtu": 1500

    },
    {
            "type": "portmap",
            "capabilities": {
                    "portMappings": true
            }
    },
    {
            "type": "netdriver",
            "capabilities": {
                    "io.kubernetes.cri.pod-annotations": true # undocumented https://github.com/kubernetes/kubernetes/issues/69882
            }
    }
    ]

}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL