Created
March 8, 2019 14:08
-
-
Save mrhillsman/6ccd42b0bc3d61530e0bfbc4b94638c3 to your computer and use it in GitHub Desktop.
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
# git clone both kubernetes and kind git repos before running these | |
cd $GOPATH/src/sigs.k8s.io/kind && go install . | |
kind build base-image --image kindest/base:latest --source $GOPATH/src/sigs.k8s.io/kind/images/base --loglevel debug | |
kind build node-image --type bazel --image kindest/node:latest --base-image kindest/base:latest --kube-root=$GOPATH/src/k8s.io/kubernetes/ --loglevel debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment