Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Add enable apis to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed May 13, 2022
1 parent 9d1d920 commit 03b082b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ For requirements, jump to the [section below](#requirements).
```shell
export PROJECT=YOUR_PROJECT_ID

# Enable APIs
gcloud services enable container.googleapis.com
gcloud services enable dns.googleapis.com

# Deploy a sample GKE cluster
gcloud beta container clusters create gke-dns-test \
--cluster-dns clouddns \
Expand Down

0 comments on commit 03b082b

Please sign in to comment.