-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot update deployment (google_sql_database.director error) #62
Comments
On second thought, I still believe I'm having an issue because my IP address has changed but I'm not completely certain. Just in case I don't understand the cause of my issue, here is the error message I encounter when I run the deploy command:
|
The only thing that gets restricted by this particular whitelist is access to the BOSH director. Every time you run The allow-ips flag is actually totally different in that it restricts access to Concourse itself (i.e. the web UI and credhub) There currently isn't a way to whitelist a range of IPs for the BOSH whitelist but you you go in an manually change the rules on the |
@crsimmons thanks for the clarification it's helpful to know that the Can you help me figure out what the actual cause of this error is?
I'm unable to update my deployment. |
Hey @lnhrdt! It looks like there's some connectivity issue between the machine you're running Control Tower from and the Google Cloud API. That error message is being logged by Terraform (which Control Tower uses under the hood), and I'd try testing your connectivity to the Google Cloud APIs. It looks like you can establish an TCP connection, as otherwise you'd get a connection refused or i/o timeout error. I think you're establishing a connection, but Google isn't sending the HTTP response back down the wire before Terraform times out. |
Hey @DanielJonesEB thanks for the clarifications and suggestions.
Edit: I just encountered the same failure without running the |
Wow, that's really odd! Only thing I can think of it to maybe try replicating what Terraform is trying to do via other clients - so maybe try getting/describing the database via |
On the deploy docs page there's a note that
I am working from a location that has a dynamic IP address I would like to update my deployment from a new IP address. How can I update the control plane's allowed IP address setting?
The text was updated successfully, but these errors were encountered: