Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit a0ca2a2

Browse files
Eric Ernstganeshmaharaj
authored andcommitted
set the snapshotter to devmapper in setup script
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
1 parent 46b3f23 commit a0ca2a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

clr-k8s-examples/containerd_devmapper_setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ else
5656
[plugins.devmapper]
5757
pool_name = "contd-thin-pool"
5858
base_image_size = "4096MB"
59+
[plugins.cri]
60+
[plugins.cri.containerd]
61+
snapshotter = "devmapper"
5962
EOT
6063
fi
6164

0 commit comments

Comments
 (0)