Commit f81b6b21 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #2936 from deads2k/deads-fix-vagrant

fix e2e for all providers except gce
parents 1abc3e42 fd53795b
......@@ -21,13 +21,6 @@
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
source "${KUBE_ROOT}/cluster/gce/${KUBE_CONFIG_FILE-"config-default.sh"}"
# Some useful colors.
declare -r color_start="\033["
declare -r color_red="${color_start}0;31m"
declare -r color_yellow="${color_start}0;33m"
declare -r color_green="${color_start}0;32m"
declare -r color_norm="${color_start}0m"
# Verify prereqs
function verify-prereqs {
local cmd
......
......@@ -21,3 +21,11 @@
# The valid values: 'gce', 'aws', 'azure', 'vagrant', 'local', 'vsphere'
KUBERNETES_PROVIDER=${KUBERNETES_PROVIDER:-gce}
# Some useful colors.
declare -r color_start="\033["
declare -r color_red="${color_start}0;31m"
declare -r color_yellow="${color_start}0;33m"
declare -r color_green="${color_start}0;32m"
declare -r color_norm="${color_start}0m"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment