Merge pull request #450 from gunjan5/spec-version-mismatch
cniVersion and config structure mismatch
This commit is contained in:
commit
1a9288c3c0
11
SPEC.md
11
SPEC.md
@ -353,10 +353,13 @@ Note that the runtime adds the `cniVersion` and `name` fields from configuration
|
|||||||
"net.core.somaxconn": "500"
|
"net.core.somaxconn": "500"
|
||||||
},
|
},
|
||||||
"prevResult": {
|
"prevResult": {
|
||||||
"ip4": {
|
"ips": [
|
||||||
"ip": "10.1.0.3/16",
|
{
|
||||||
"gateway": "10.1.0.1"
|
"version": "4",
|
||||||
},
|
"address": "10.0.0.5/32",
|
||||||
|
"interface": 0
|
||||||
|
}
|
||||||
|
],
|
||||||
"dns": {
|
"dns": {
|
||||||
"nameservers": [ "10.1.0.1" ]
|
"nameservers": [ "10.1.0.1" ]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user