Skip to content

Commit

Permalink
flannel symlink is no longer needed
Browse files Browse the repository at this point in the history
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 <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Jan 19, 2023
1 parent 23c80f4 commit d7ccc7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions genapkovl-lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ if [ "${LIMA_INSTALL_CNI_PLUGIN_FLANNEL}" == "true" ]; then
if [ "$(uname -m)" == "aarch64" ]; then
ARCH=arm64
fi
mkdir -p "${tmp}/usr/libexec/cni"
ln -s "flannel-${ARCH}" "${tmp}/usr/libexec/cni/flannel"
fi

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

0 comments on commit d7ccc7f

Please sign in to comment.