Skip to content

Commit

Permalink
added windows multitenancy conflist (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamilmani1989 authored and sharmasushant committed Jul 7, 2018
1 parent f9c7cd2 commit 9f93ec6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cni/azure-windows-multitenancy.conflist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cniVersion":"0.3.0",
"name":"azure",
"plugins":[
{
"type":"azure-vnet",
"mode":"bridge",
"bridge":"azure0",
"multiTenancy":true,
"enableSnatOnHost":true,
"ipam":{
"type":"azure-vnet-ipam"
}
},
{
"type":"portmap",
"capabilities":{
"portMappings":true
},
"snat":true
}
]
}

0 comments on commit 9f93ec6

Please sign in to comment.