explicitly set snapshotter

This commit is contained in:
Benjamin Elder
2020-11-12 17:31:11 -08:00
parent 59c248408e
commit cc74d2975c

View File

@@ -18,3 +18,5 @@ version = 2
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true
# explicitly use default snapshotter so we can sed it in entrypoint
snapshotter = "overlayfs"