Skip to content

Commit 8a5219d

Browse files
node-installer: clearify containerd bug
Co-authored-by: Kate Goldenring <[email protected]> Signed-off-by: Shiroki Satsuki <[email protected]>
1 parent 6859eb9 commit 8a5219d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-installer/script/installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mkdir -p $NODE_ROOT$KWASM_DIR/bin/
6363

6464
cp /assets/containerd-shim-spin-v2 $NODE_ROOT$KWASM_DIR/bin/
6565

66-
# A bug in containerd makes BinaryName not work with shim not in PATH
66+
# A bug in containerd makes BinaryName not work with shim not in PATH, so this statically links the kwasm installation to path
6767
# https://github.com/containerd/containerd/issues/11480
6868
mkdir -p $NODE_ROOT/usr/local/bin/
6969
ln -s $KWASM_DIR/bin/containerd-shim-spin-v2 $NODE_ROOT/usr/local/bin/containerd-shim-spin

0 commit comments

Comments
 (0)