mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 22:23:54 +03:00
clean up docs
This commit is contained in:
@@ -38,8 +38,8 @@ export NODE_PORT=$(kubectl get svc nginx --output=jsonpath='{range .spec.ports[0
|
||||
|
||||
```
|
||||
gcloud compute firewall-rules create kubernetes-nginx-service \
|
||||
--network kubernetes \
|
||||
--allow=tcp:${NODE_PORT}
|
||||
--allow=tcp:${NODE_PORT} \
|
||||
--network kubernetes
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user