Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2548f3eb
Unverified
Commit
2548f3eb
authored
Oct 01, 2019
by
Joakim Roubert
Committed by
GitHub
Oct 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update install.sh
Signed-off-by:
Joakim Roubert
<
joakimr@axis.com
>
parent
ce388e37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
install.sh
install.sh
+2
-4
No files found.
install.sh
View file @
2548f3eb
...
...
@@ -483,12 +483,10 @@ do_unmount '/run/k3s'
do_unmount '/var/lib/rancher/k3s'
# Delete network interface(s) that match 'master cni0'
while read ignore iface ignore; do
ip link show | grep 'master cni0' |
while read ignore iface ignore; do
iface=
${
iface
%%@*
}
[ -z "
$iface
" ] || ip link delete
$iface
done <<-EOF
$(
ip
link
show |
grep
'master cni0'
)
EOF
done
ip link delete cni0
ip link delete flannel.1
rm -rf /var/lib/cni/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment