fix a filter for firewall rules

This commit is contained in:
Iaroslav Vorozhko
2017-09-03 12:57:11 +02:00
committed by GitHub
parent 4ca7c45046
commit 257b3756dd

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: 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 > output