You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute the make create command however the installation continually hangs at the compute instances creation step for bastion, auditor and owner. The output is as follows:
module.owner_instance.google_compute_instance.instance: Still creating... (16m10s elapsed)
module.auditor_instance.google_compute_instance.instance: Still creating... (16m10s elapsed)
module.bastion.google_compute_instance.instance: Still creating... (16m10s elapsed)
I am running this from my local machine against a cluster on GKE.
The project setting are set up as specified, auth login is validated and apis enabled.
Any ideas?
Best
Chris
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to execute the make create command however the installation continually hangs at the compute instances creation step for bastion, auditor and owner. The output is as follows:
module.owner_instance.google_compute_instance.instance: Still creating... (16m10s elapsed)
module.auditor_instance.google_compute_instance.instance: Still creating... (16m10s elapsed)
module.bastion.google_compute_instance.instance: Still creating... (16m10s elapsed)
I am running this from my local machine against a cluster on GKE.
The project setting are set up as specified, auth login is validated and apis enabled.
Any ideas?
Best
Chris
The text was updated successfully, but these errors were encountered: