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 32e4368 commit 0da970aCopy full SHA for 0da970a
node-installer/script/installer.sh
@@ -46,6 +46,10 @@ if ! grep -q spin $NODE_ROOT$CONTAINERD_CONF; then
46
rm -Rf $NODE_ROOT$KWASM_DIR/active
47
fi
48
49
+if $IS_K3S; then
50
+ sed -i "s|runtime_type = \"io.containerd.spin.*\"|runtime_type = \"$KWASM_DIR/bin/containerd-shim-spin-v2\"|g" $NODE_ROOT$CONTAINERD_CONF
51
+fi
52
+
53
if [ ! -f $NODE_ROOT$KWASM_DIR/active ]; then
54
touch $NODE_ROOT$KWASM_DIR/active
55
if $IS_MICROK8S; then
0 commit comments