Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mrhillsman/6ccd42b0bc3d61530e0bfbc4b94638c3 to your computer and use it in GitHub Desktop.
Save mrhillsman/6ccd42b0bc3d61530e0bfbc4b94638c3 to your computer and use it in GitHub Desktop.
# 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