Merge pull request #4675 from mikebrow/update-default-config-doc-for-annotations
change default for disable snapshot annotations
This commit is contained in:
commit
9a672cca91
@ -109,7 +109,8 @@ version = 2
|
|||||||
# disable_snapshot_annotations disables to pass additional annotations (image
|
# disable_snapshot_annotations disables to pass additional annotations (image
|
||||||
# related information) to snapshotters. These annotations are required by
|
# related information) to snapshotters. These annotations are required by
|
||||||
# stargz snapshotter (https://github.com/containerd/stargz-snapshotter)
|
# stargz snapshotter (https://github.com/containerd/stargz-snapshotter)
|
||||||
disable_snapshot_annotations = false
|
# changed to default true with https://github.com/containerd/containerd/pull/4665 and subsequent service refreshes.
|
||||||
|
disable_snapshot_annotations = true
|
||||||
|
|
||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user