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
e3cd52a4
Commit
e3cd52a4
authored
Oct 25, 2019
by
Erik Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove iptables on k3s-killall.sh
parent
0966cea4
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 @
e3cd52a4
...
@@ -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