Skip to content

Commit

Permalink
Merge pull request #5104 from shivam-51/docUpdate
Browse files Browse the repository at this point in the history
📖  Update Quick Start doc to include GCP env variables.
  • Loading branch information
k8s-ci-robot authored Aug 19, 2021
2 parents 1fb53c8 + a116c8d commit 71d1a34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/book/src/user/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,19 @@ export SERVICE_DOMAIN="k8s.test"
{{#/tab }}
{{#tab GCP}}
```bash
# Name of the GCP datacenter location. Change this value to your desired location
export GCP_REGION="<GCP_REGION>"
export GCP_PROJECT="<GCP_PROJECT>"
# Make sure to use same kubernetes version here as building the GCE image
export KUBERNETES_VERSION=1.20.9
export GCP_CONTROL_PLANE_MACHINE_TYPE=n1-standard-2
export GCP_NODE_MACHINE_TYPE=n1-standard-2
export GCP_NETWORK_NAME=<GCP_NETWORK_NAME or default>
export CLUSTER_NAME="<CLUSTER_NAME>"
```
See the [GCP provider] for more information.
{{#/tab }}
Expand Down

0 comments on commit 71d1a34

Please sign in to comment.