Add config/zone cmds to the doc

pull/65/head
Joe Intrakamhang 2016-09-20 10:42:34 -05:00 committed by GitHub
parent 7fe980da3e
commit 769d5483a2
1 changed files with 11 additions and 0 deletions

View File

@ -36,6 +36,17 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
## Networking
Set the region and zone to us-central1:
```
gcloud config set compute/region us-central1
```
```
gcloud config set compute/zone us-central1-f
```
Create a Kubernetes network:
```
gcloud compute networks create kubernetes --mode custom
```