Skip to content

Commit

Permalink
Revert "flannel symlink is no longer needed"
Browse files Browse the repository at this point in the history
This reverts commit d7ccc7f.

Signed-off-by: Jan Dubois <jan.dubois@suse.com>
  • Loading branch information
jandubois committed Mar 2, 2023
1 parent bd780df commit 6ecbe18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genapkovl-lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ 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 6ecbe18

Please sign in to comment.