Skip to content

Commit 08b1b91

Browse files
node-installer: clearify containerd bug
Co-authored-by: Kate Goldenring <[email protected]> Signed-off-by: Shiroki Satsuki <[email protected]>
1 parent dc196ad commit 08b1b91

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
@@ -34,7 +34,7 @@ mkdir -p $NODE_ROOT$KWASM_DIR/bin/
3434

3535
cp /assets/containerd-shim-spin-v2 $NODE_ROOT$KWASM_DIR/bin/
3636

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

0 commit comments

Comments
 (0)