Skip to content

Commit abe6d77

Browse files
committed
remove bridgeName field from CNI windows conflist files
1 parent c3f1a6e commit abe6d77

5 files changed

+1
-8
lines changed

cni/azure-windows-multitenancy.conflist

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
"plugins": [
55
{
66
"type": "azure-vnet",
7-
"mode": "bridge",
8-
"bridge": "azure0",
97
"multiTenancy":true,
108
"enableSnatOnHost":true,
119
"enableExactMatchForPodName": true,

cni/azure-windows-swift-overlay-dualstack.conflist

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"plugins": [
66
{
77
"type": "azure-vnet",
8-
"bridge": "azure0",
98
"capabilities": {
109
"portMappings": true,
1110
"dns": true

cni/azure-windows-swift-overlay.conflist

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"plugins": [
66
{
77
"type": "azure-vnet",
8-
"bridge": "azure0",
98
"capabilities": {
109
"portMappings": true,
1110
"dns": true

cni/azure-windows-swift.conflist

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"plugins": [
66
{
77
"type": "azure-vnet",
8-
"bridge": "azure0",
98
"executionMode": "v4swift",
109
"capabilities": {
1110
"portMappings": true,

cni/azure-windows.conflist

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"plugins": [
66
{
77
"type": "azure-vnet",
8-
"mode": "bridge",
9-
"bridge": "azure0",
108
"capabilities": {
119
"portMappings": true,
1210
"dns": true
@@ -45,4 +43,4 @@
4543
]
4644
}
4745
]
48-
}
46+
}

0 commit comments

Comments
 (0)