mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
Argument syntax for Filter deprecated.
Operator evaluation is changing for consistency across Google APIs.
This commit is contained in:

committed by
Kelsey Hightower

parent
e2dbdaa66b
commit
a5c83f1cee
@@ -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:
|
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
|
||||||
|
Reference in New Issue
Block a user