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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -