pull/44/merge
dlorenc 2016-08-18 21:15:17 +00:00 committed by GitHub
commit 2c6bfd6acf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,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: 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
``` ```
``` ```