kubernetes-up-and-running / kuard

Demo app for Kubernetes Up and Running book
Apache License 2.0
1.56k stars 535 forks source link

Gcloud enable container command missing #49

Closed allanstevanp closed 1 year ago

allanstevanp commented 1 year ago

Hi there,

Just to let y'all know that in Chapter 3 (page 51) it's missing the gcloud services enable container command before the gcloud container clusters create kuar-cluster

Not a big deal, but can save some minutes for the readers.

Thanks, Allan.

lachie83 commented 1 year ago

Hi @allanstevanp. Thank you very much for providing this report. I've raised an errata and will add a note callout box mentioning that you may need to first enable Kubernetes Engine API with the command you provided.