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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,15 @@ spec:
190
190
enabled:
191
191
description: Optimize Spectrum X
192
192
type: boolean
193
+
overlay:
194
+
default: none
195
+
description: |-
196
+
Overlay mode to be configured
197
+
Can be "l3" or "none"
198
+
enum:
199
+
- l3
200
+
- none
201
+
type: string
193
202
version:
194
203
description: Version of the Spectrum-X architecture to optimize
0 commit comments