linkerd2/cni-plugin/test/data/expected/10-host-local.conf-1.clean

22 lines
357 B
Plaintext

{
"plugins": [
{
"name": "dbnet",
"type": "bridge",
"bridge": "cni0",
"ipam": {
"type": "host-local",
"subnet": "10.1.0.0/16",
"gateway": "10.1.0.1"
},
"dns": {
"nameservers": [
"10.1.0.1"
]
}
}
],
"name": "k8s-pod-network",
"cniVersion": "0.3.0"
}