Skip to content

Commit

Permalink
Disable containerd experimental snapshot labels
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
brandond committed Nov 5, 2020
1 parent 3b8ec74 commit d142462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/templates/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const ContainerdConfigTemplate = `
{{- if .NodeConfig.AgentConfig.Snapshotter }}
[plugins.cri.containerd]
disable_snapshot_annotations = true
snapshotter = "{{ .NodeConfig.AgentConfig.Snapshotter }}"
{{end}}
Expand Down

0 comments on commit d142462

Please sign in to comment.