Add e2e boilerplate

This commit is contained in:
Manuel de Brito Fontes 2016-11-23 20:22:29 -03:00
parent 42b58e957c
commit 16c5800545
9 changed files with 397 additions and 4 deletions

11
hack/e2e-internal/e2e-status.sh Executable file
View 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