Skip to content

Commit 1b43a3a

Browse files
committed
e2e: allow kind to run with ZFS filesystem
Based on kubernetes-sigs/kind#1719 (comment)
1 parent 378f27c commit 1b43a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stackgres-k8s/e2e/envs

stackgres-k8s/e2e/envs/kind

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ INNER_INNER_EOF
273273
then
274274
cat << INNER_INNER_EOF
275275
[plugins."io.containerd.grpc.v1.cri".containerd]
276-
snapshotter = "zfs"
276+
snapshotter = "native"
277277
INNER_INNER_EOF
278278
fi
279279
if docker system info 2> /dev/null | grep -q "Backing Filesystem: btrfs" \

0 commit comments

Comments
 (0)