k3d/docs/faq.md
2019-10-15 10:46:44 +02:00

500 B

FAQ / Nice to know

  • As @jaredallard pointed out, people running k3d on a system with btrfs, may need to mount /dev/mapper into the nodes for the setup to work.
    • This will do: k3d create -v /dev/mapper:/dev/mapper
    • An additional solution proposed by @zer0def can be found in the examples section (Running on filesystems k3s doesn't like (btrfs, tmpfs, …))