Merge pull request #8733 from justinsb/nodeport_aws

Enable support for AWS LB
This commit is contained in:
Eric Tune
2015-06-01 09:25:15 -07:00
22 changed files with 7458 additions and 113 deletions

View File

@@ -101,6 +101,7 @@ export PATH=$(dirname "${e2e_test}"):"${PATH}"
--gce-project="${PROJECT:-}" \
--gce-zone="${ZONE:-}" \
--kube-master="${KUBE_MASTER:-}" \
--cluster-tag="${CLUSTER_ID:-}" \
--repo-root="${KUBE_VERSION_ROOT}" \
--node-instance-group="${NODE_INSTANCE_GROUP:-}" \
--num-nodes="${NUM_MINIONS:-}" \