Skip to content

Instantly share code, notes, and snippets.

@rosenhouse
Last active September 1, 2019 22:30
Show Gist options
  • Save rosenhouse/510b9951e7f744feedd567699f3e7519 to your computer and use it in GitHub Desktop.
Save rosenhouse/510b9951e7f744feedd567699f3e7519 to your computer and use it in GitHub Desktop.
brew install kubebuilder
brew install etcd

# build kube-apiserver so we can use it in integration tests
cd ~/workspace/
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make generated_files
go build -o /usr/local/bin/kube-apiserver ./cmd/kube-apiserver
export KUBEBUILDER_ASSETS=/usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment