Tested: Passed -version argument to kubelet (and all other binaries): $ output/go/bin/kubecfg -version Kubernetes version 0.1, build 6454a541fd56 Signed-off-by: Filipe Brandenburger <filbranden@google.com>
Will help detect client/version skew and prevent e2e test from passing while running a version other than the one you think it's running.
Add a new hack/test-cmd.sh that tries to use the generated executables in a meaningful way. It does not require Docker so as to be runnable in Travis