Skip to content

Commit d7ccc7f

Browse files
committed
flannel symlink is no longer needed
The cni-plugin-flannel package has fixed the filename in https://gitlab.alpinelinux.org/alpine/aports/-/commit/3c538f8ebbabad58615ea6d2eac4abbee3a02555 So the symlink will get overridden anyways, as soon as the package is installed. Signed-off-by: Jan Dubois <[email protected]>
1 parent 23c80f4 commit d7ccc7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

genapkovl-lima.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ if [ "${LIMA_INSTALL_CNI_PLUGIN_FLANNEL}" == "true" ]; then
221221
if [ "$(uname -m)" == "aarch64" ]; then
222222
ARCH=arm64
223223
fi
224-
mkdir -p "${tmp}/usr/libexec/cni"
225-
ln -s "flannel-${ARCH}" "${tmp}/usr/libexec/cni/flannel"
226224
fi
227225

228226
if [ "${LIMA_INSTALL_CURL}" == "true" ]; then

0 commit comments

Comments
 (0)