Skip to content

Commit

Permalink
Update k3s-uninstall.sh.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Dec 9, 2023
1 parent 809ce1d commit a22e5f4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a22e5f4

Please sign in to comment.