Skip to content

Commit

Permalink
Removed the --zone argument when creating firewalls since it is not a…
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Feb 18, 2015
1 parent 9d83973 commit 972c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/update-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 972c926

Please sign in to comment.