Skip to content

Commit

Permalink
Merge pull request #1 from Dzhuneyt/patch-1
Browse files Browse the repository at this point in the history
Update 03-create-cluster.md
  • Loading branch information
jamesward authored Jul 3, 2021
2 parents 1b93e31 + dec8a28 commit 5c193be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/03-create-cluster.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Create A Kubernetes Cluster on Google Cloud

Make sure the "container" service is enabled for your account:
```
gcloud services enable container
```
Otherwise you get an error like `Consumer XXXXXXXXX should enable service:container.googleapis.com before generating a service account.`

Create the Kubernetes Cluster:
```
gcloud container clusters create kubernetes-the-easy-way
Expand Down

0 comments on commit 5c193be

Please # to comment.