22 lines
390 B
Plaintext
22 lines
390 B
Plaintext
|
{
|
||
|
"_comment": "This is a dummy file to simulate flannel so that node status will show as Ready",
|
||
|
"name": "cbr0",
|
||
|
"cniVersion": "0.3.1",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"type": "flannel",
|
||
|
"delegate": {
|
||
|
"hairpinMode": true,
|
||
|
"isDefaultGateway": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "portmap",
|
||
|
"capabilities": {
|
||
|
"portMappings": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|