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
This commit is contained in:
Robert Bailey 2015-02-18 14:37:08 -08:00
parent 9d83973835
commit 972c9262cb

View File

@ -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