@@ -87,36 +87,22 @@ In order to support Rook/Ceph, the following NixOS kernelModule configuration is
boot.kernelModules = [ "rbd" ];
```
## ZFS Snapshot Support
## ZFS ContainerD Support
K3s's builtin containerd does not support the zfs snapshotter. However, it is possible to configure it to use an external containerd:
The [ZFS snapshotter](https://github.com/containerd/zfs) can be enabled for k3s' embedded ContainerD though it requires mounting a dataset to a specific path used by k3s: `/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.zfs`