Skip to content

Commit 1242aa0

Browse files
saiyan86sharmasushant
authored andcommitted
enable hostport (#89)
1 parent e83e088 commit 1242aa0

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

cni/azure.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

cni/azure.conflist

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

0 commit comments

Comments
 (0)