@@ -30,7 +30,7 @@ metadata:
30
30
}
31
31
]
32
32
capabilities : Basic Install
33
- createdAt : " 2025-03-21T05:09:41Z "
33
+ createdAt : " 2025-03-25T06:19:27Z "
34
34
operatorframework.io/suggested-namespace : openshift-amd-gpu
35
35
operators.operatorframework.io/builder : operator-sdk-v1.32.0
36
36
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
@@ -152,6 +152,13 @@ spec:
152
152
path : devicePlugin
153
153
x-descriptors :
154
154
- urn:alm:descriptor:com.amd.deviceconfigs:devicePlugin
155
+ - description : ' device plugin arguments is used to pass supported flags and
156
+ their values while starting device plugin daemonset supported flag values:
157
+ {"resource_naming_strategy": {"single", "mixed"}}'
158
+ displayName : DevicePluginArguments
159
+ path : devicePlugin.devicePluginArguments
160
+ x-descriptors :
161
+ - urn:alm:descriptor:com.amd.deviceconfigs:devicePluginArguments
155
162
- description : device plugin image
156
163
displayName : DevicePluginImage
157
164
path : devicePlugin.devicePluginImage
@@ -192,11 +199,6 @@ spec:
192
199
path : devicePlugin.nodeLabellerTolerations
193
200
x-descriptors :
194
201
- urn:alm:descriptor:com.amd.deviceconfigs:nodeLabellerTolerations
195
- - description : resource naming strategy for device plugin
196
- displayName : ResourceNamingStrategy
197
- path : devicePlugin.resourceNamingStrategy
198
- x-descriptors :
199
- - urn:alm:descriptor:com.amd.deviceconfigs:ResourceNamingStrategy
200
202
- description : upgrade policy for device plugin and node labeller daemons
201
203
displayName : UpgradePolicy
202
204
path : devicePlugin.upgradePolicy
0 commit comments