Skip to content

Instantly share code, notes, and snippets.

@netodevel
Created February 22, 2023 19:04
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 netodevel/2a8248c565d73ffccaa759b6cd266b25 to your computer and use it in GitHub Desktop.
Save netodevel/2a8248c565d73ffccaa759b6cd266b25 to your computer and use it in GitHub Desktop.
install kind
$ 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