

It will automatically obtain the correct go version with our vendored copy of gimme. You should only need make and standard userspace utilities to run this build, The binary will be in bin/kind inside your clone of the repo. Using make build does not require installing Go and will build kind reproducibly,
#DISABLE QUICK NOTES MAC INSTALL#
In addition to the pre-built binary + package manager installation options listedĪbove you can install kind from source with go install or clone this repoĪnd run make build from the repository. \kind-windows-amd64.exe c:\some-dir-in-your-PATH\kind.exe Installing From Source 🔗︎ \kind-windows-amd64.exe c:\some-dir-in-your-PATH\kind.exe The kind community has enabled installation via the following package managers.Ĭurl.exe -Lo kind-windows-amd64.exe https :///dl/v0.19.0/kind-windows-amd64 You may need to install the latest code from source at HEAD if you are developing Kubernetes itself at HEAD / the latest sources. Stable tagged releases (currently v0.19.0) are generally strongly recommended for CI usage in particular. Otherwise we supply downloadable release binaries, community-managed packages, and a source installation guide. If you are a go developer you may find the go install option convenient. To install kubectl see the upstream kubectl installation docs. Contents 🔗︎īut you will not be able to perform some of the examples in our docs without it. If you are having problems please see the known issues guide. This guide covers getting started with the kind command.
