Argument syntax for Filter deprecated.
Operator evaluation is changing for consistency across Google APIs.pull/283/head
parent
63ff9932d9
commit
7849c43fb1
|
@ -57,7 +57,7 @@ gcloud compute firewall-rules create kubernetes-the-hard-way-allow-external \
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue