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
+42-13Lines changed: 42 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,3 @@
1
-
# 2025 NVIDIA CORPORATION & AFFILIATES
2
-
#
3
-
# Licensed under the Apache License, Version 2.0 (the "License");
4
-
# you may not use this file except in compliance with the License.
5
-
# You may obtain a copy of the License at
6
-
#
7
-
# http://www.apache.org/licenses/LICENSE-2.0
8
-
#
9
-
# Unless required by applicable law or agreed to in writing, software
10
-
# distributed under the License is distributed on an "AS IS" BASIS,
11
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
-
# See the License for the specific language governing permissions and
13
-
# limitations under the License.
14
1
---
15
2
apiVersion: apiextensions.k8s.io/v1
16
3
kind: CustomResourceDefinition
@@ -190,6 +177,25 @@ spec:
190
177
enabled:
191
178
description: Optimize Spectrum X
192
179
type: boolean
180
+
multiplaneMode:
181
+
default: none
182
+
description: |-
183
+
Multiplane mode to be configured
184
+
Can be "none", "swplb", "hwplb", or "uniplane"
185
+
enum:
186
+
- none
187
+
- swplb
188
+
- hwplb
189
+
- uniplane
190
+
type: string
191
+
numberOfPlanes:
192
+
default: 1
193
+
description: Number of planes to be configured
194
+
enum:
195
+
- 1
196
+
- 2
197
+
- 4
198
+
type: integer
193
199
overlay:
194
200
default: none
195
201
description: |-
@@ -205,11 +211,29 @@ spec:
205
211
enum:
206
212
- RA1.3
207
213
- RA2.0
214
+
- RA2.1
208
215
type: string
209
216
required:
210
217
- enabled
211
218
- version
212
219
type: object
220
+
x-kubernetes-validations:
221
+
- message: when MultiplaneMode is none, numberOfPlanes must be
0 commit comments