Skip to content

Commit 509be81

Browse files
authored
Remove IPVLAN plugin type option for L2 and Trunked networks
1 parent 58ae172 commit 509be81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/includes/kubernetes-cluster/quickstart-arm-deploy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/*
8686
{
8787
"networkId": "string",
88-
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN"
88+
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN"
8989
}
9090
*/
9191
},
@@ -112,7 +112,7 @@
112112
/*
113113
{
114114
"networkId": "string",
115-
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN"
115+
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN"
116116
}
117117
*/
118118
},
@@ -125,7 +125,7 @@
125125
/*
126126
{
127127
"networkId": "string",
128-
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN"
128+
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN"
129129
}
130130
*/
131131
},
@@ -152,7 +152,7 @@
152152
/*
153153
{
154154
"networkId": "string",
155-
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN"
155+
"pluginType": "SRIOV|DPDK|OSDevice|MACVLAN"
156156
}
157157
*/
158158
},

0 commit comments

Comments
 (0)