'Run Microk8s Windows worker with hyper-v isolation
I have set up a Microk8s cluster with an ubuntu master node and a windows worker node. I need to run certain pods with images from a different windows server version. I can do this directly in docker with --isolation=hyperv. Can I add this argument to the kubernetes pod (deployment) manifest?
I have tried making this the default isolation via C:\ProgramData\docker\config\daemon.json, however I get an error 'sharing of hyper v containers network is not supported'.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
