From d1424626ac83e32a61c02ce7b8b225c9276d3ab7 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 3 Nov 2020 09:09:52 -0800 Subject: [PATCH] Disable containerd experimental snapshot labels Related to #2455 and containerd/containerd#4684 These were not meant to be enabled by default, break images with many layers, and will be disabled by default on the next containerd release. Signed-off-by: Brad Davidson --- pkg/agent/templates/templates.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/agent/templates/templates.go b/pkg/agent/templates/templates.go index 157237dc63..9dcd50ab9b 100644 --- a/pkg/agent/templates/templates.go +++ b/pkg/agent/templates/templates.go @@ -34,6 +34,7 @@ const ContainerdConfigTemplate = ` {{- if .NodeConfig.AgentConfig.Snapshotter }} [plugins.cri.containerd] + disable_snapshot_annotations = true snapshotter = "{{ .NodeConfig.AgentConfig.Snapshotter }}" {{end}}