Skip to content

Commit 1c08161

Browse files
authored
Merge pull request #97 from rancher-sandbox/flannel
flannel symlink is no longer needed
2 parents 23c80f4 + d7ccc7f commit 1c08161

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)