Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created May 6, 2019 17:25
Show Gist options
  • Save lalyos/441f3559ad9d165f89b711f1f2c743b3 to your computer and use it in GitHub Desktop.
Save lalyos/441f3559ad9d165f89b711f1f2c743b3 to your computer and use it in GitHub Desktop.
compile kubectl from source
## compile kubectl
./hack/build-go.sh
./hack/build-go.sh cmd/kubectl
KUBE_VERBOSE=9 V=9 make --no-print-directory -C ./hack/.. all WHAT=cmd/kubectl
./hack/make-rules/build.sh cmd/kubectl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment