mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
![]() When more than one device ID is Allocate()'d to a container,
Envs/Annotations for all but the last device ID get lost because
their cresp.* maps are (re-)instantiated on each loop.
Fix it by doing that only once.
Fixes:
|
||
---|---|---|
.. | ||
api.go | ||
manager_test.go | ||
manager.go | ||
server_test.go | ||
server.go |