mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +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:
|
||||
|
||||
```
|
||||
gcloud compute firewall-rules list --filter "network: kubernetes-the-hard-way"
|
||||
gcloud compute firewall-rules list --filter="network:kubernetes-the-hard-way"
|
||||
```
|
||||
|
||||
> output
|
||||
|
Reference in New Issue
Block a user