-
-
Save BuddhiLW/4203348d4f19ff3477394d717e3f7624 to your computer and use it in GitHub Desktop.
KIND install (k8s)
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/bash | |
go install sigs.k8s.io/kind@latest | |
#[ $(uname -m) = x86_64 ] && curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.29.0/kind-linux-amd64 | |
#chmod +x ./kind | |
#sudo mv ./kind /usr/local/bin/kind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment