ingress-nginx-helm/hack/e2e-internal/e2e-status.sh

12 lines
160 B
Bash
Raw Normal View History

2016-11-23 23:22:29 +00:00
#!/usr/bin/env bash
[[ $DEBUG ]] && set -x
set -eof pipefail
# include env
. hack/e2e-internal/e2e-env.sh
echo "Kubernetes information:"
${KUBECTL} version