Split implementations from generic code
This commit is contained in:
parent
d1e8a629ca
commit
ed9a416b01
107 changed files with 5777 additions and 3546 deletions
11
hack/e2e-internal/e2e-status.sh
Executable file
11
hack/e2e-internal/e2e-status.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ $DEBUG ]] && set -x
|
||||
|
||||
set -eof pipefail
|
||||
|
||||
# include env
|
||||
. hack/e2e-internal/e2e-env.sh
|
||||
|
||||
echo "Kubernetes information:"
|
||||
${KUBECTL} version
|
||||
Loading…
Add table
Add a link
Reference in a new issue