mesosphere-backup / terraform-dcos

DC/OS Terraform Installation and Upgrading Scripts
Apache License 2.0
62 stars 64 forks source link

GCP: Ran into quota issue w/ CPUS & STATIC_ADDRESSES #61

Open darkn3rd opened 6 years ago

darkn3rd commented 6 years ago

Ran into these. What are the requirements for this?

I want to make small cluster, but big enough to try out Kubernetes.

* google_compute_instance.public-agent: Quota 'CPUS' exceeded.  Limit: 8.0 in region us-east1.
* google_compute_address.master: Quota 'STATIC_ADDRESSES' exceeded.  Limit: 1.0 in region us-east1.
rimusz commented 6 years ago

you cain check the VMs spec here https://github.com/mesosphere/dcos-kubernetes-quickstart/blob/master/resources/desired_cluster_profile.gcp That project is based on this one to make an easy way to try kubernetes on dc/os

darkn3rd commented 6 years ago

I changed the types of systems to that I don't run into the CPU quota. How about the static address? Another way, override it? Recommendations?