How to mimic --device option in docker run in kubernetes -


i new kubernetes , docker. trying find config equivalent of --device option in docker run. option in docker used add device on host container. there equivalent in kubernetes can added yaml file?

thanks

currently not have passthrough option in api, though may have success using hostpath volume mount device file in.


Comments

Popular posts from this blog

java - Callback from new thread to class from which thread was initiated -

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -