Skip to content

Commit 9f93ec6

Browse files
tamilmani1989sharmasushant
authored andcommitted
added windows multitenancy conflist (#192)
1 parent f9c7cd2 commit 9f93ec6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"cniVersion":"0.3.0",
3+
"name":"azure",
4+
"plugins":[
5+
{
6+
"type":"azure-vnet",
7+
"mode":"bridge",
8+
"bridge":"azure0",
9+
"multiTenancy":true,
10+
"enableSnatOnHost":true,
11+
"ipam":{
12+
"type":"azure-vnet-ipam"
13+
}
14+
},
15+
{
16+
"type":"portmap",
17+
"capabilities":{
18+
"portMappings":true
19+
},
20+
"snat":true
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)