Merge pull request #1545 from ktock/ssdoc
Add description about `disable_snapshot_annotations` to configuration doc
This commit is contained in:
commit
c209d013cb
@ -106,6 +106,11 @@ version = 2
|
|||||||
# This only works for runtime type "io.containerd.runtime.v1.linux".
|
# This only works for runtime type "io.containerd.runtime.v1.linux".
|
||||||
no_pivot = false
|
no_pivot = false
|
||||||
|
|
||||||
|
# disable_snapshot_annotations disables to pass additional annotations (image
|
||||||
|
# related information) to snapshotters. These annotations are required by
|
||||||
|
# stargz snapshotter (https://github.com/containerd/stargz-snapshotter)
|
||||||
|
disable_snapshot_annotations = false
|
||||||
|
|
||||||
# discard_unpacked_layers allows GC to remove layers from the content store after
|
# discard_unpacked_layers allows GC to remove layers from the content store after
|
||||||
# successfully unpacking these layers to the snapshotter.
|
# successfully unpacking these layers to the snapshotter.
|
||||||
discard_unpacked_layers = false
|
discard_unpacked_layers = false
|
||||||
|
Loading…
Reference in New Issue
Block a user