mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
3b8957a534
commit
ab47451a8f
|
@ -70,6 +70,9 @@ gcloud --project $EXAMPLE_PROJECT_ID services enable redis.googleapis.com
|
||||||
# enable Compute API
|
# enable Compute API
|
||||||
gcloud --project $EXAMPLE_PROJECT_ID services enable compute.googleapis.com
|
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
|
# enable Additional APIs needed for the example or project
|
||||||
# See `gcloud services list` for a complete list
|
# 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`
|
- Enable `Compute Engine API`
|
||||||
- Navigate to [Compute Engine API](https://console.developers.google.com/apis/api/compute.googleapis.com/overview)
|
- Navigate to [Compute Engine API](https://console.developers.google.com/apis/api/compute.googleapis.com/overview)
|
||||||
- Click `Enable`
|
- 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
|
### Enable Billing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue