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 <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2020-11-03 09:09:52 -08:00 committed by Brad Davidson
parent 3b8ec74049
commit d1424626ac

View File

@ -34,6 +34,7 @@ const ContainerdConfigTemplate = `
{{- if .NodeConfig.AgentConfig.Snapshotter }}
[plugins.cri.containerd]
disable_snapshot_annotations = true
snapshotter = "{{ .NodeConfig.AgentConfig.Snapshotter }}"
{{end}}