Merge pull request #4963 from roberthbailey/kubectl-proxy

Remove host ports from the update demo and update tests (take 2).
This commit is contained in:
Jeff Lowdermilk
2015-03-02 15:16:04 -08:00
8 changed files with 85 additions and 49 deletions

View File

@@ -804,6 +804,7 @@ function test-setup {
detect-project
# Open up port 80 & 8080 so common containers on minions can be reached
# TODO(roberthbailey): Remove this once we are no longer relying on hostPorts.
gcloud compute firewall-rules create \
--project "${PROJECT}" \
--target-tags "${MINION_TAG}" \