Skip to content

Instantly share code, notes, and snippets.

@luxas
Last active February 23, 2016 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luxas/cb301a29976960928193 to your computer and use it in GitHub Desktop.
Save luxas/cb301a29976960928193 to your computer and use it in GitHub Desktop.
docker run -it golang:1.5.3 /bin/bash
git clone https://github.com/polvi/monokube
cd monokube/cmd/hyperkube
GOARCH=arm go get github.com/coreos/etcd/etcdmain \
github.com/jpillora/backoff \
github.com/spf13/pflag \
github.com/vulcand/oxy/forward \
github.com/vulcand/oxy/testutils \
golang.org/x/crypto/ssh \
k8s.io/kubernetes/cmd/kube-apiserver/app \
k8s.io/kubernetes/cmd/kube-controller-manager/app \
k8s.io/kubernetes/pkg/kubectl/cmd \
k8s.io/kubernetes/pkg/kubectl/cmd/util \
k8s.io/kubernetes/plugin/cmd/kube-scheduler/app
GOARCH=arm go build .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment