Skip to content

Commit

Permalink
Merge pull request k3s-io#1614 from sen-subhabrata/master
Browse files Browse the repository at this point in the history
install.sh: cleanup /run on uninstall
  • Loading branch information
brandond authored Aug 5, 2020
2 parents 3f2551e + 4006bb5 commit 9137c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@ rm -rf /var/lib/rancher/k3s
rm -rf /var/lib/kubelet
rm -f ${BIN_DIR}/k3s
rm -f ${KILLALL_K3S_SH}
rm -f /run/k3s
rm -f /run/flannel
EOF
$SUDO chmod 755 ${UNINSTALL_K3S_SH}
$SUDO chown root:root ${UNINSTALL_K3S_SH}
Expand Down

0 comments on commit 9137c45

Please sign in to comment.