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

45 lines
987 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": "linkerd-cni",
"type": "linkerd-cni",
"log_level": "warn",
"policy": {
"type": "k8s",
"k8s_api_root": "https://10.110.0.1:443",
"k8s_auth_token": "MyAwesomeToken"
},
"kubernetes": {
"kubeconfig": "/etc/cni/net.d/ZZZ-linkerd-cni-kubeconfig"
},
"linkerd": {
"incoming-proxy-port": -1,
"outgoing-proxy-port": -1,
"proxy-uid": -1,
"ports-to-redirect": [],
"inbound-ports-to-ignore": [],
"outbound-ports-to-ignore": [],
"simulate": false,
"use-wait-flag": false
}
}
],
"name": "k8s-pod-network",
"cniVersion": "0.3.0"
}