Skip to content

Why do some k3s clusters consume excess of snapshots ? #10892

Closed Answered by brandond
srajappa asked this question in Q&A
Discussion options

You must be logged in to vote

/var/lib/rancher/k3s/agent/containerd/io.containerd.snapshotter.v1.native/snapshots

This is really more of a containerd question, not k3s...

This is where containerd stores filesystems for running containers when using the native snapshotter. This is an inefficient snapshotter; generally the overlayfs snapshotter is preferred, but that requires an underlying filesystem that supports overlayfs, and it sounds like you've configured containerd to use the native snapshotter instead.

You can reference the upstream docs for more information: https://github.com/containerd/containerd/blob/main/docs/snapshotters/README.md

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@srajappa
Comment options

Answer selected by brandond
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants