From b2642458f984183cc5310d0b1f47a030d4371c6e Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 27 Oct 2020 21:32:25 -0700 Subject: [PATCH] Update make snapshot annotations disabled by default This experimental feature should not be enabled by default as it is not used by any default snapshotters. Signed-off-by: Derek McGowan --- pkg/cri/config/config_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cri/config/config_unix.go b/pkg/cri/config/config_unix.go index bbba13409..f04eecfc7 100644 --- a/pkg/cri/config/config_unix.go +++ b/pkg/cri/config/config_unix.go @@ -43,6 +43,7 @@ func DefaultConfig() PluginConfig { Options: new(toml.Primitive), }, }, + DisableSnapshotAnnotations: true, }, DisableTCPService: true, StreamServerAddress: "127.0.0.1",