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
eb867ab6
Unverified
Commit
eb867ab6
authored
Oct 26, 2019
by
Erik Wilson
Committed by
GitHub
Oct 26, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #958 from erikwilson/remove-iptables-killall
Remove iptables on k3s-killall.sh
parents
9a65e909
e3cd52a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
install.sh
install.sh
+1
-0
No files found.
install.sh
View file @
eb867ab6
...
@@ -500,6 +500,7 @@ done
...
@@ -500,6 +500,7 @@ done
ip link delete cni0
ip link delete cni0
ip link delete flannel.1
ip link delete flannel.1
rm -rf /var/lib/cni/
rm -rf /var/lib/cni/
iptables-save | grep -v KUBE- | grep -v CNI- | iptables-restore
EOF
EOF
$SUDO
chmod
755
${
BIN_DIR
}
/
${
KILLALL_K3S_SH
}
$SUDO
chmod
755
${
BIN_DIR
}
/
${
KILLALL_K3S_SH
}
$SUDO
chown
root:root
${
BIN_DIR
}
/
${
KILLALL_K3S_SH
}
$SUDO
chown
root:root
${
BIN_DIR
}
/
${
KILLALL_K3S_SH
}
...
...
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