Skip to content

Commit

Permalink
Remove bridgeName field from CNI windows conflist files (#3135)
Browse files Browse the repository at this point in the history
remove bridgeName field from CNI windows conflist files
  • Loading branch information
paulyufan2 authored Nov 14, 2024
1 parent 585245a commit 5d4c4dc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions cni/azure-windows-multitenancy.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"plugins": [
{
"type": "azure-vnet",
"mode": "bridge",
"bridge": "azure0",
"multiTenancy":true,
"enableSnatOnHost":true,
"enableExactMatchForPodName": true,
Expand Down
1 change: 0 additions & 1 deletion cni/azure-windows-swift-overlay-dualstack.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"plugins": [
{
"type": "azure-vnet",
"bridge": "azure0",
"capabilities": {
"portMappings": true,
"dns": true
Expand Down
1 change: 0 additions & 1 deletion cni/azure-windows-swift-overlay.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"plugins": [
{
"type": "azure-vnet",
"bridge": "azure0",
"capabilities": {
"portMappings": true,
"dns": true
Expand Down
1 change: 0 additions & 1 deletion cni/azure-windows-swift.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"plugins": [
{
"type": "azure-vnet",
"bridge": "azure0",
"executionMode": "v4swift",
"capabilities": {
"portMappings": true,
Expand Down
4 changes: 1 addition & 3 deletions cni/azure-windows.conflist
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
"plugins": [
{
"type": "azure-vnet",
"mode": "bridge",
"bridge": "azure0",
"capabilities": {
"portMappings": true,
"dns": true
Expand Down Expand Up @@ -45,4 +43,4 @@
]
}
]
}
}

0 comments on commit 5d4c4dc

Please sign in to comment.