Commit d1424626 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

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: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 3b8ec740
......@@ -34,6 +34,7 @@ const ContainerdConfigTemplate = `
{{- if .NodeConfig.AgentConfig.Snapshotter }}
[plugins.cri.containerd]
disable_snapshot_annotations = true
snapshotter = "{{ .NodeConfig.AgentConfig.Snapshotter }}"
{{end}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment