Skip to content

Instantly share code, notes, and snippets.

@roberthamel
Created December 22, 2020 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roberthamel/7f3d0196c6af1dc3e7081160f7612925 to your computer and use it in GitHub Desktop.
Save roberthamel/7f3d0196c6af1dc3e7081160f7612925 to your computer and use it in GitHub Desktop.
uninstall k3s
#!/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