File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
articles/operator-nexus/includes/kubernetes-cluster Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 85
85
/*
86
86
{
87
87
"networkId" : " string" ,
88
- "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN "
88
+ "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN"
89
89
}
90
90
*/
91
91
},
112
112
/*
113
113
{
114
114
"networkId" : " string" ,
115
- "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN "
115
+ "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN"
116
116
}
117
117
*/
118
118
},
125
125
/*
126
126
{
127
127
"networkId" : " string" ,
128
- "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN "
128
+ "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN"
129
129
}
130
130
*/
131
131
},
152
152
/*
153
153
{
154
154
"networkId" : " string" ,
155
- "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN|IPVLAN "
155
+ "pluginType" : " SRIOV|DPDK|OSDevice|MACVLAN"
156
156
}
157
157
*/
158
158
},
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