0

Is it possible to make sure that my containers are running with specific docker option.

I need to run my container with the --device option. I cannot use device plugin because I am running a windows container and device manager does not seems implemented for windows.

Thank you for your help

clam37
  • 143
  • 9
  • Can you guarantee the device will be available on every node in the cluster? Are you running this in a DaemonSet, or can you otherwise tolerate the pod potentially getting moved around? – David Maze Jun 15 '20 at 17:53
  • @David MazeI I can guarantee that the device will be available on every node. For now I havn't decided what kind of workload but it is very likely to be a daemonset – clam37 Jun 15 '20 at 18:14
  • Is it helps you? https://stackoverflow.com/questions/59290752/how-to-use-device-dev-video0-with-kubernetes – Mr.KoopaKiller Jun 16 '20 at 11:57
  • @KoopaKiller unfortunately it does not because my device cannot be mapped to a volume. Unfortunately host type volume should exist on disk for the pods to be valid – clam37 Jun 17 '20 at 17:42

0 Answers0