26.3.15

run kube from src

Running kubernetes from source is easy from your local machine.

I deleted all text from this post, because the instructions on https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/locally.md are a superset of the information here.  however, I kept the screenshots, since that content is not in the original readme.






 A random note on testing

This is mostly a personal note-to-self ... Once the clsuter is live, you can run the e2e tests, for example.... from the source , you export GOPATH and do go run ./cmd/e2e/e2e.go --provider="local" --host="http://`hostname`:8080" -t "kubectl" --auth_config=/tmp/kubernetes_auth .

No comments:

Post a Comment