mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
rename allow-health-check firewall rule
This commit is contained in:
@@ -368,7 +368,7 @@ gcloud compute http-health-checks create kubernetes \
|
||||
```
|
||||
|
||||
```
|
||||
gcloud compute firewall-rules create allow-health-check \
|
||||
gcloud compute firewall-rules create kubernetes-the-hard-way-allow-health-check \
|
||||
--network kubernetes-the-hard-way \
|
||||
--source-ranges 209.85.152.0/22,209.85.204.0/22,35.191.0.0/16 \
|
||||
--allow tcp
|
||||
|
||||
Reference in New Issue
Block a user