Skip to content

Commit b6053fb

Browse files
committed
change default for disablesnapshotannotations
Signed-off-by: Mike Brown <[email protected]>
1 parent 5184bcc commit b6053fb

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/config.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ version = 2
109109
# disable_snapshot_annotations disables to pass additional annotations (image
110110
# related information) to snapshotters. These annotations are required by
111111
# stargz snapshotter (https://github.com/containerd/stargz-snapshotter)
112-
disable_snapshot_annotations = false
112+
# changed to default true with https://github.com/containerd/containerd/pull/4665 and subsequent service refreshes.
113+
disable_snapshot_annotations = true
113114

114115
# discard_unpacked_layers allows GC to remove layers from the content store after
115116
# successfully unpacking these layers to the snapshotter.
@@ -247,10 +248,10 @@ version = 2
247248
# key_model defines the name of the key model used for how the cri obtains
248249
# keys used for decryption of encrypted container images.
249250
# The [decryption document](https://github.com/containerd/cri/blob/master/docs/decryption.md)
250-
# contains additional information about the key models available.
251+
# contains additional information about the key models available.
251252
#
252253
# Set of available string options: {"", "node"}
253-
# Omission of this field defaults to the empty string "", which indicates no key model,
254+
# Omission of this field defaults to the empty string "", which indicates no key model,
254255
# disabling image decryption.
255256
#
256257
# In order to use the decryption feature, additional configurations must be made.

0 commit comments

Comments
 (0)