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 bf27492 commit 639588eCopy full SHA for 639588e
node-installer/script/installer.sh
@@ -37,7 +37,7 @@ cp /assets/containerd-shim-spin-v2 $NODE_ROOT$KWASM_DIR/bin/
37
# A bug in containerd makes BinaryName not work with shim not in PATH
38
# https://github.com/containerd/containerd/issues/11480
39
mkdir -p $NODE_ROOT/usr/local/bin/
40
-ln -s $NODE_ROOT$KWASM_DIR/bin/containerd-shim-spin-v2 $NODE_ROOT/usr/local/bin/containerd-shim-spin
+ln -s $KWASM_DIR/bin/containerd-shim-spin-v2 $NODE_ROOT/usr/local/bin/containerd-shim-spin
41
42
# K3S and RKE2 can detect spin shim themselves, no need to configure
43
# https://github.com/k3s-io/k3s/pull/9519
0 commit comments