mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
explicitly set snapshotter
This commit is contained in:
@@ -17,4 +17,6 @@ version = 2
|
||||
sandbox_image = "k8s.gcr.io/pause:3.3"
|
||||
# allow hugepages controller to be missing
|
||||
# see https://github.com/containerd/cri/pull/1501
|
||||
tolerate_missing_hugepages_controller = true
|
||||
tolerate_missing_hugepages_controller = true
|
||||
# explicitly use default snapshotter so we can sed it in entrypoint
|
||||
snapshotter = "overlayfs"
|
||||
|
||||
Reference in New Issue
Block a user