File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/operator-nexus/includes/kubernetes-cluster Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ param dnsServiceIp string = '10.96.0.10'
39
39
param agentPoolL2Networks array = []
40
40
// {
41
41
// networkId: 'string'
42
- // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN '
42
+ // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
43
43
// }
44
44
45
45
@description ('The Layer 3 networks associated with the initial agent pool' )
@@ -54,14 +54,14 @@ param agentPoolL3Networks array = []
54
54
param agentPoolTrunkedNetworks array = []
55
55
// {
56
56
// networkId: 'string'
57
- // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN '
57
+ // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
58
58
// }
59
59
60
60
@description ('The Layer 2 networks associated with the cluster' )
61
61
param l2Networks array = []
62
62
// {
63
63
// networkId: 'string'
64
- // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN '
64
+ // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
65
65
// }
66
66
67
67
@description ('The Layer 3 networks associated with the cluster' )
@@ -76,7 +76,7 @@ param l3Networks array = []
76
76
param trunkedNetworks array = []
77
77
// {
78
78
// networkId: 'string'
79
- // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN '
79
+ // pluginType: 'SRIOV|DPDK|OSDevice|MACVLAN'
80
80
// }
81
81
82
82
@description ('The LoadBalancer IP address pools associated with the cluster' )
You can’t perform that action at this time.
0 commit comments