Skip to content

Commit 7aa01ea

Browse files
authored
Merge pull request #14 from rancher-sandbox/flannel
Revert "Revert "flannel symlink is no longer needed""
2 parents edf1ae4 + 49a86e1 commit 7aa01ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

genapkovl-lima.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ if [ "${LIMA_INSTALL_CNI_PLUGIN_FLANNEL}" == "true" ]; then
227227
if [ "$(uname -m)" == "aarch64" ]; then
228228
ARCH=arm64
229229
fi
230-
mkdir -p "${tmp}/usr/libexec/cni"
231-
ln -s "flannel-${ARCH}" "${tmp}/usr/libexec/cni/flannel"
232230
fi
233231

234232
if [ "${LIMA_INSTALL_CTR}" == "true" ]; then

0 commit comments

Comments
 (0)