Added e2e test for HA master replicas in different zones.

Added e2e test for HA master replicas in different zones.
This commit is contained in:
Jerzy Szczepkowski
2016-10-06 16:28:12 +02:00
parent 02ac41ea57
commit 8266f55fc4
3 changed files with 81 additions and 22 deletions

View File

@@ -16,6 +16,9 @@
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
if [[ ! -z "${1:-}" ]]; then
export KUBE_GCE_ZONE="${1}"
fi
export KUBE_REPLICATE_EXISTING_MASTER=true
source "${KUBE_ROOT}/hack/e2e-internal/e2e-up.sh"

View File

@@ -16,6 +16,9 @@
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
if [[ ! -z "${1:-}" ]]; then
export KUBE_GCE_ZONE="${1}"
fi
export KUBE_DELETE_NODES=false
source "${KUBE_ROOT}/hack/e2e-internal/e2e-down.sh"