docs snapshot for crossplane version `master`

This commit is contained in:
Crossplane 2019-11-15 19:57:14 +00:00
parent 3b8957a534
commit ab47451a8f
1 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,9 @@ gcloud --project $EXAMPLE_PROJECT_ID services enable redis.googleapis.com
# enable Compute API
gcloud --project $EXAMPLE_PROJECT_ID services enable compute.googleapis.com
# enable Service Networking API
gcloud --project $EXAMPLE_PROJECT_ID services enable servicenetworking.googleapis.com
# enable Additional APIs needed for the example or project
# See `gcloud services list` for a complete list
@ -135,6 +138,9 @@ Create a GCP example project which we will use to host our example GKE cluster,
- Enable `Compute Engine API`
- Navigate to [Compute Engine API](https://console.developers.google.com/apis/api/compute.googleapis.com/overview)
- Click `Enable`
- Enable `Service Networking API`
- Navigate to [Service Networking API](https://console.developers.google.com/apis/api/servicenetworking.googleapis.com/overview)
- Click `Enable`
### Enable Billing