Skip to content

Commit e3526bd

Browse files
committed
add swiftv2 windows conflist
1 parent faa9c44 commit e3526bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)