28 lines
682 B
Plaintext
28 lines
682 B
Plaintext
{
|
|
"cniVersion": "0.3.1",
|
|
"name": "network-chain-test",
|
|
"plugins": [
|
|
{
|
|
"type": "bridge",
|
|
"bridge": "test-bridge-1",
|
|
"isDefaultGateway": true,
|
|
"ipam": {
|
|
"type": "host-local",
|
|
"subnet": "10.12.2.0/24",
|
|
"dataDir": "/tmp/bar"
|
|
}
|
|
},
|
|
{
|
|
"type": "bandwidth",
|
|
"runtimeConfig": {
|
|
"bandWidth": {
|
|
"ingressRate": 8000,
|
|
"ingressBurst": 16000,
|
|
"egressRate": 8000,
|
|
"egressBurst": 16000
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|