mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Print out kubectl version in test-cmd
This commit is contained in:
parent
e7a2d3090f
commit
a7ee6d394b
@ -187,6 +187,9 @@ kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/api/v1/nodes/127.0.0.1" "
|
||||
# Expose kubectl directly for readability
|
||||
PATH="${KUBE_OUTPUT_HOSTBIN}":$PATH
|
||||
|
||||
kube::log::status "Checking kubectl version"
|
||||
kubectl version
|
||||
|
||||
runTests() {
|
||||
version="$1"
|
||||
echo "Testing api version: $1"
|
||||
|
Loading…
Reference in New Issue
Block a user