Skip to content

Commit 3b34dc7

Browse files
authored
chore: add swiftv2 windows conflist (#4144)
* add swiftv2 windows conflist * lint: spaces * feat: add disableAsyncDelete config * fix: follow CNI spec with plugins property
1 parent 7f5d387 commit 3b34dc7

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"cniVersion": "1.0.0",
3+
"name": "azure",
4+
"plugins": [
5+
{
6+
"type": "azure-vnet",
7+
"mode": "bridge",
8+
"bridge": "azure0",
9+
"capabilities": {
10+
"portMappings": true,
11+
"dns": true
12+
},
13+
"ipam": {
14+
"type": "azure-cns"
15+
},
16+
"dns": {
17+
"Nameservers": [
18+
"168.63.129.16"
19+
],
20+
"Search": [
21+
"svc.cluster.local"
22+
]
23+
},
24+
"disableAsyncDelete": true
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)