We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c8e24 commit 3722552Copy full SHA for 3722552
node-installer/script/installer.sh
@@ -39,7 +39,7 @@ mkdir -p $NODE_ROOT$KWASM_DIR/bin/
39
cp /assets/containerd-shim-spin-v2 $NODE_ROOT$KWASM_DIR/bin/
40
41
if ! grep -q spin $NODE_ROOT$CONTAINERD_CONF; then
42
- if $IS_K3S; then
+ if grep -q "version = 3" $NODE_ROOT$CONTAINERD_CONF; then
43
echo '
44
[plugins."io.containerd.cri.v1.runtime".containerd.runtimes."spin"]
45
runtime_type = "'$KWASM_DIR'/bin/containerd-shim-spin-v2"
0 commit comments