Skip to content

Commit

Permalink
Merge pull request #4675 from mikebrow/update-default-config-doc-for-…
Browse files Browse the repository at this point in the history
…annotations

change default for disable snapshot annotations
  • Loading branch information
estesp committed Oct 30, 2020
2 parents abe1807 + b6053fb commit 9a672cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/config.md
Expand Up @@ -109,7 +109,8 @@ version = 2
# 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
# 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
# successfully unpacking these layers to the snapshotter.
Expand Down Expand Up @@ -247,10 +248,10 @@ version = 2
# key_model defines the name of the key model used for how the cri obtains
# keys used for decryption of encrypted container images.
# The [decryption document](https://github.com/containerd/cri/blob/master/docs/decryption.md)
# contains additional information about the key models available.
# contains additional information about the key models available.
#
# Set of available string options: {"", "node"}
# Omission of this field defaults to the empty string "", which indicates no key model,
# Omission of this field defaults to the empty string "", which indicates no key model,
# disabling image decryption.
#
# In order to use the decryption feature, additional configurations must be made.
Expand Down

0 comments on commit 9a672cc

Please sign in to comment.