Merge pull request #6899 from shuaichang/ISSUE6657-support-runtime-snapshotter
Support runtime level snapshotter for issue 6657
This commit is contained in:
@@ -228,7 +228,8 @@ version = 2
|
||||
# 'plugins."io.containerd.grpc.v1.cri".containerd' contains config related to containerd
|
||||
[plugins."io.containerd.grpc.v1.cri".containerd]
|
||||
|
||||
# snapshotter is the snapshotter used by containerd.
|
||||
# snapshotter is the default snapshotter used by containerd
|
||||
# for all runtimes, if not overridden by an experimental runtime's snapshotter config.
|
||||
snapshotter = "overlayfs"
|
||||
|
||||
# no_pivot disables pivot-root (linux only), required when running a container in a RamDisk with runc.
|
||||
@@ -329,6 +330,11 @@ version = 2
|
||||
# config files being loaded from the CNI config directory.
|
||||
cni_max_conf_num = 1
|
||||
|
||||
# snapshotter overrides the global default snapshotter to a runtime specific value.
|
||||
# Please be aware that overriding the default snapshotter on a runtime basis is currently an experimental feature.
|
||||
# See https://github.com/containerd/containerd/issues/6657 for context.
|
||||
snapshotter = ""
|
||||
|
||||
# 'plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options' is options specific to
|
||||
# "io.containerd.runc.v1" and "io.containerd.runc.v2". Its corresponding options type is:
|
||||
# https://github.com/containerd/containerd/blob/v1.3.2/runtime/v2/runc/options/oci.pb.go#L26 .
|
||||
|
||||
Reference in New Issue
Block a user