mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Update 01-infrastructure-gcp.md
This commit is contained in:
@@ -111,7 +111,7 @@ kubernetes-allow-ssh kubernetes 0.0.0.0/0 tcp:22
|
||||
Create a public IP address that will be used by remote clients to connect to the Kubernetes control plane:
|
||||
|
||||
```
|
||||
gcloud compute addresses create kubernetes
|
||||
gcloud compute addresses create kubernetes --region=us-central1
|
||||
```
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user