fix a filter for firewall rules

pull/211/head
Iaroslav Vorozhko 2017-09-03 12:57:11 +02:00 committed by GitHub
parent 4ca7c45046
commit 257b3756dd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ gcloud compute firewall-rules create kubernetes-the-hard-way-allow-health-checks
List the firewall rules in the `kubernetes-the-hard-way` VPC network:
```
gcloud compute firewall-rules list --filter "network kubernetes-the-hard-way"
gcloud compute firewall-rules list --filter "network: kubernetes-the-hard-way"
```
> output