Created
February 13, 2024 10:18
-
-
Save colossus06/f76944842c0e84f0eff4f54fb5e68bde to your computer and use it in GitHub Desktop.
This file contains 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
#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