Skip to content

Instantly share code, notes, and snippets.

@colossus06
Created February 13, 2024 10:18
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 colossus06/f76944842c0e84f0eff4f54fb5e68bde to your computer and use it in GitHub Desktop.
Save colossus06/f76944842c0e84f0eff4f54fb5e68bde to your computer and use it in GitHub Desktop.
#install k3d
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
k3d --version
#create 10node k3d cluster and delete
#for i in $(seq 1 10); do k3d node create worker${i} -c test; done
#for i in $(seq 1 10); do k3d node delete worker${i}-0; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment