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
Add "fake-mode" option to GPU plugin for scalability testing
Devices can be faked for scalability testing when non-standard paths
are used (container runtimes hard-code some checks for standard
/dev & /sys paths which need to be avoided when faking devices).
If one wants to run both normal GPU plugin and faked one in same
cluster, all nodes providing fake "i915" resources should be labeled
differently from ones with real GPU plugin + devices, so that real GPU
workloads can be limited to correct nodes with a suitable
nodeSelector.
Signed-off-by: Eero Tamminen <[email protected]>
0 commit comments