Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Add disable_snapshot_annotations = false to work with containerd v1.4.2 and later #2

Merged
merged 1 commit into from Jan 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -30,6 +30,7 @@ A basic configuration would look like:
# tell containerd to use this particular snapshotter
[plugins."io.containerd.grpc.v1.cri".containerd]
snapshotter = "cvmfs-snapshotter"
disable_snapshot_annotations = false

# tell containerd how to communicate with this snapshotter
[proxy_plugins]
Expand Down
1 change: 1 addition & 0 deletions script/config/etc/containerd/config.toml
Expand Up @@ -8,6 +8,7 @@ version = 2
[plugins."io.containerd.grpc.v1.cri".containerd]
default_runtime_name = "runc"
snapshotter = "cvmfs-snapshotter"
disable_snapshot_annotations = false
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
runtime_type = "io.containerd.runc.v2"

Expand Down