From 3095657f3ede8301fdd406b0d17a19f74f243f87 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Wed, 18 Feb 2015 14:37:08 -0800 Subject: [PATCH] Removed the --zone argument when creating firewalls since it is not a valid argument. See https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create --- update-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-demo/README.md b/update-demo/README.md index a3607113..24d15051 100644 --- a/update-demo/README.md +++ b/update-demo/README.md @@ -38,7 +38,7 @@ You may need to open the firewall for port 8080 using the [console][cloud-consol ```bash $ gcloud compute firewall-rules create \ --allow tcp:8080 --target-tags=kubernetes-minion \ - --zone=us-central1-a kubernetes-minion-8080 + kubernetes-minion-8080 ``` ### Step Zero: Build the Docker images