bitpoke / stack

Open-Source WordPress Infrastructure on Kubernetes
https://www.bitpoke.io/stack
Apache License 2.0
165 stars 30 forks source link

Error waiting for creating GKE cluster #69

Closed ivorpad closed 4 years ago

ivorpad commented 5 years ago

What happened:

After performing terraform apply -var-file="cluster.tfvars" the cluster creation times out.

module.stack.google_container_cluster.cluster: Still creating... [4m20s elapsed]
module.stack.google_container_cluster.cluster: Still creating... [4m30s elapsed]
module.stack.google_container_cluster.cluster: Still creating... [4m40s elapsed]
module.stack.google_container_cluster.cluster: Still creating... [4m50s elapsed]

Error: Error waiting for creating GKE cluster: Failed to create cluster

  on ../../modules/gke/main.tf line 1, in resource "google_container_cluster" "cluster":
   1: resource "google_container_cluster" "cluster" {

How to reproduce it:

I'm following these steps: https://www.presslabs.com/docs/stack/quickstarts/install-stack-on-gke/

Might be related to https://github.com/hashicorp/terraform/issues/16981

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can add lifecycle/frozen label to indicate that this issue or PR should not be auto-closed due to inactivity.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can add lifecycle/frozen label to indicate that this issue or PR should not be auto-closed due to inactivity.

stale[bot] commented 4 years ago

This issue has been closed due to lack of activity.