-
Hello everyone, i recently discovered Talos and wanted to give it a try: I have a WSL2 on Win11 running Ubuntu 22.04.3 LTS and wanted to setup a simple playground cluster with an external disk like this:
Everything fine, cluster is accessable via k9s:
But i cant find any configured disks, i tried:
Is docker capable of handling extra disks? Or this a problem of WSL2 in combination with docker? Am i missing something? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Docker doesn't provide a full machine interface for mounted disks and doesn't do things like "reboot" If you want to test a more complete talos cluster you should try the It looks like it's possible to have nested virtualization in wsl2 https://usercomp.com/news/1068234/using-qemu-nested-virtual-machines-with-wsl2 I haven't used it and I'm assuming it'll be pretty slow, but worth a shot if you want to test more features. |
Beta Was this translation helpful? Give feedback.
Docker doesn't provide a full machine interface for mounted disks and doesn't do things like "reboot"
If you want to test a more complete talos cluster you should try the
--provisioner qemu
option. It creates full VMs which are much more capable with disks, network, etc.It looks like it's possible to have nested virtualization in wsl2 https://usercomp.com/news/1068234/using-qemu-nested-virtual-machines-with-wsl2
I haven't used it and I'm assuming it'll be pretty slow, but worth a shot if you want to test more features.