https://rancher.com/ logo
Title
c

creamy-river-81697

08/25/2022, 8:50 PM
☝️ For more context on this issue : https://github.com/dotdc/grafana-dashboards-kubernetes/issues/18 Seems that the problem comes from using an external containerd. @refined-toddler-64572 is doing this because he's using ZFS and the embedded containerd in k3s doesn't seems to support it (maybe due to the overlay FS). Is there a way to make k3s work with ZFS? If yes, how? If not, is there any plan to support ZFS in the future?
r

refined-toddler-64572

08/25/2022, 9:06 PM
Yeah, saw that.... K3s runs great with ZFS using external containerd as long as you don't need Prometheus metrics down to the container level. Which I do!
c

creamy-river-81697

08/25/2022, 9:08 PM
I guess you tried this: https://github.com/k3s-io/k3s/issues/66#issuecomment-520183720 or know it will not work for your use-case?