henrybell / advanced-kubernetes-bootcamp

Cloud Next 2018 -- Advanced Kubernetes Bootcamp code & config
Apache License 2.0
20 stars 19 forks source link

could not create deployments #44

Closed Pamir closed 6 years ago

Pamir commented 6 years ago

Hi, The command below creates 3 kubernetes clusters and does not create necessary pods and deployments like istio prometheus spinnaker gcloud deployment-manager deployments create --config workshop.yaml adv-bc-$(date +%s)

Also i deleted all service accounts associated with dm's deployment. Are there any additional tasks to do? When you delete service accounts only prometheus is deployed. Could you please assist me to re create the lab environment in the same project.

regards.

henrybell commented 6 years ago

It's difficult to debug remotely without more detail but it is possible you are hitting a CPU quota limit that is preventing the deployment from completing successfully. Please increase the CPU quota in the us-central1 region and try again.

If you plan on completing the lab modules, you'll find that the lab content in this repository is currently inconsistent with what is deployed, with different regions in use and so on. This is because the labs have now been imported into the Qwiklabs environment (from where this training course is designed to be run), and modified in-place. I plan to merge these changes back in to this repo, but can't give an estimate on when this will be complete.

Pamir commented 6 years ago

Hi @henrybell I tried to figure out but the case is not related with Quotas. I deleted all the vms and checked the Quotas and tried to complete the initial setup for several times. Thank you very much for your quick response. I will debug it and inform you.

regards

Pamir commented 6 years ago

Hi @henrybell
In newly created projects it is working like a charm. On the other hand, you have to delete everthing. Instead of deleting service accounts / clusters vms ..etc, creating a fresh project is ok.