You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/state-nic-configuration-operator/001-configuration.net.nvidia.com_nicconfigurationtemplates.yaml
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,25 @@ spec:
190
190
enabled:
191
191
description: Optimize Spectrum X
192
192
type: boolean
193
+
multiplaneMode:
194
+
default: none
195
+
description: |-
196
+
Multiplane mode to be configured
197
+
Can be "none", "swplb", "hwplb", or "uniplane"
198
+
enum:
199
+
- none
200
+
- swplb
201
+
- hwplb
202
+
- uniplane
203
+
type: string
204
+
numberOfPlanes:
205
+
default: 1
206
+
description: Number of planes to be configured
207
+
enum:
208
+
- 1
209
+
- 2
210
+
- 4
211
+
type: integer
193
212
overlay:
194
213
default: none
195
214
description: |-
@@ -205,11 +224,29 @@ spec:
205
224
enum:
206
225
- RA1.3
207
226
- RA2.0
227
+
- RA2.1
208
228
type: string
209
229
required:
210
230
- enabled
211
231
- version
212
232
type: object
233
+
x-kubernetes-validations:
234
+
- message: when MultiplaneMode is none, numberOfPlanes must be
0 commit comments