Skip to content

Commit 58ae172

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/includes/kubernetes-cluster/quickstart-bicep-deploy.bicep

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ param dnsServiceIp string = '10.96.0.10'
3939
param agentPoolL2Networks array = []
4040
// {
4141
// networkId: 'string'
42-
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN'
42+
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
4343
// }
4444

4545
@description('The Layer 3 networks associated with the initial agent pool')
@@ -54,14 +54,14 @@ param agentPoolL3Networks array = []
5454
param agentPoolTrunkedNetworks array = []
5555
// {
5656
// networkId: 'string'
57-
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN'
57+
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
5858
// }
5959

6060
@description('The Layer 2 networks associated with the cluster')
6161
param l2Networks array = []
6262
// {
6363
// networkId: 'string'
64-
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN'
64+
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
6565
// }
6666

6767
@description('The Layer 3 networks associated with the cluster')
@@ -76,7 +76,7 @@ param l3Networks array = []
7676
param trunkedNetworks array = []
7777
// {
7878
// networkId: 'string'
79-
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN'
79+
// pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
8080
// }
8181

8282
@description('The LoadBalancer IP address pools associated with the cluster')

0 commit comments

Comments
 (0)