Unverified Commit 4006bb57 authored by sen-subhabrata's avatar sen-subhabrata Committed by GitHub

Fix for issue 1326, updated install.sh

Fix for issue 1326, added lines to delete /run/k3s and /run/flannel in create_uninstall() function.
parent ce10c1f0
...@@ -594,6 +594,8 @@ rm -rf /var/lib/rancher/k3s ...@@ -594,6 +594,8 @@ rm -rf /var/lib/rancher/k3s
rm -rf /var/lib/kubelet rm -rf /var/lib/kubelet
rm -f ${BIN_DIR}/k3s rm -f ${BIN_DIR}/k3s
rm -f ${KILLALL_K3S_SH} rm -f ${KILLALL_K3S_SH}
rm -f /run/k3s
rm -f /run/flannel
EOF EOF
$SUDO chmod 755 ${UNINSTALL_K3S_SH} $SUDO chmod 755 ${UNINSTALL_K3S_SH}
$SUDO chown root:root ${UNINSTALL_K3S_SH} $SUDO chown root:root ${UNINSTALL_K3S_SH}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment