Created
December 22, 2020 15:49
-
-
Save roberthamel/7f3d0196c6af1dc3e7081160f7612925 to your computer and use it in GitHub Desktop.
uninstall k3s
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -euo | |
k3s-uninstall.sh | |
docker container kill $(docker ps -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment