Replies: 1 comment 2 replies
-
|
https://docs.rke2.io/reference/linux_agent_config?_highlight=snapshotter#runtime In your config.yaml: snapshotter: zfsWhy do you need the zfs snapshotter? overlayfs should work fine on recent versions of zfs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in kubeadm deployed cluster, I managed to deploy containerd changing these values in /etc/containerd/config.toml
However, when writing these in /var/lib/rancher/rke2/agent/etc/containerd/config.toml.tmpl it seems they are not applied
I also tried copying the exact file from /etc/containerd.toml in the template file with no success, even after restarting rke2-server and agent.
Any help would be appreciated. I am trying to avoid mounting a zfs/ext4 volume in /var/lib/rancher/rke2/agent/etc/containerd/
Beta Was this translation helpful? Give feedback.
All reactions