Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update k3s killall and uninstall scripts #217

Merged
merged 3 commits into from
Dec 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update k3s-uninstall.sh.j2
  • Loading branch information
onedr0p committed Dec 9, 2023
commit a22e5f42cd105419d7652283843bc7b884a4cfac
2 changes: 1 addition & 1 deletion templates/k3s-uninstall.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ for cmd in kubectl crictl ctr; do
fi
done

rm -rf /etc/rancher/k3s
rm -rf {{ k3s_config_dir }}
rm -rf /run/k3s
rm -rf /run/flannel
rm -rf {{ k3s_runtime_config['data-dir'] | default(k3s_data_dir) }}
Expand Down
Loading