mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
explicitly set snapshotter
This commit is contained in:
@@ -17,4 +17,6 @@ version = 2
|
|||||||
sandbox_image = "k8s.gcr.io/pause:3.3"
|
sandbox_image = "k8s.gcr.io/pause:3.3"
|
||||||
# allow hugepages controller to be missing
|
# allow hugepages controller to be missing
|
||||||
# see https://github.com/containerd/cri/pull/1501
|
# 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