Created
May 6, 2019 17:25
-
-
Save lalyos/441f3559ad9d165f89b711f1f2c743b3 to your computer and use it in GitHub Desktop.
compile kubectl from source
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
## 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