Skip to content

Instantly share code, notes, and snippets.

@jgavinray
Last active June 16, 2020 17:49
Show Gist options
  • Save jgavinray/fd9eae3b145a87b6276a5014889a0915 to your computer and use it in GitHub Desktop.
Save jgavinray/fd9eae3b145a87b6276a5014889a0915 to your computer and use it in GitHub Desktop.
ssh $(whoami)@192.168.0.25 '/usr/local/bin/k3s-uninstall.sh'
ssh $(whoami)@192.168.0.26 '/usr/local/bin/k3s-agent-uninstall.sh'
ssh $(whoami)@192.168.0.27 '/usr/local/bin/k3s-agent-uninstall.sh'
ssh $(whoami)@192.168.0.28 '/usr/local/bin/k3s-agent-uninstall.sh'
ssh $(whoami)@192.168.0.29 '/usr/local/bin/k3s-agent-uninstall.sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment