mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Handle -version flag on all commands
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>
This commit is contained in:
@@ -82,7 +82,7 @@ wait_for_url "http://localhost:4001/version" "etcd: "
|
||||
|
||||
|
||||
# Check kubecfg
|
||||
out=$(${GO_OUT}/kubecfg -V)
|
||||
out=$(${GO_OUT}/kubecfg -version)
|
||||
echo kubecfg: $out
|
||||
|
||||
# Start kubelet
|
||||
|
Reference in New Issue
Block a user