From 972c9262cb68d38980a239430bf0b63c72189dd5 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 --- examples/update-demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/update-demo/README.md b/examples/update-demo/README.md index a3607113160..24d15051867 100644 --- a/examples/update-demo/README.md +++ b/examples/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