Created
February 22, 2023 19:04
-
-
Save netodevel/2a8248c565d73ffccaa759b6cd266b25 to your computer and use it in GitHub Desktop.
install kind
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
$ curl -Lo kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64 | |
$ chmod +x kind | |
$ sudo mv kind /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment