mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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:
parent
3b8ec74049
commit
d1424626ac
@ -34,6 +34,7 @@ const ContainerdConfigTemplate = `
|
||||
|
||||
{{- if .NodeConfig.AgentConfig.Snapshotter }}
|
||||
[plugins.cri.containerd]
|
||||
disable_snapshot_annotations = true
|
||||
snapshotter = "{{ .NodeConfig.AgentConfig.Snapshotter }}"
|
||||
{{end}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user