File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
keps/sig-scheduling/5004-dra-extended-resource Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -311,8 +311,10 @@ same cluster can have the same named extended resource backed by Device Plugin.
311
311
The extended resource name to DRA device mapping can be specified at
312
312
` DeviceClassSpec` . The same extended resource name should be given to at most one
313
313
device class. If there are more than one device classes, the one created later is picked
314
- at scheduling time, if two are created at the same time, the name
315
- lexicographically sorted first is picked.
314
+ at scheduling time, if two are created at the same time, the name lexicographically
315
+ sorted first is picked, this gives a non-disruptive non-error way to transition an
316
+ extended resource from being backed by one device class to being backed by another
317
+ (create new device class, update old device class to clear the extended resource field).
316
318
317
319
Cluster administrator is soly responsible for creating device classes, and the
318
320
mapping between the class of devices and the extended resource name.
You can’t perform that action at this time.
0 commit comments