I’m trying to use dotnet library to get GCP information and specifically the total cost for a project.
I found only billing api and I’m wondering if there is any workaround to get this data ?
thanks
I’m trying to use dotnet library to get GCP information and specifically the total cost for a project.
I found only billing api and I’m wondering if there is any workaround to get this data ?
thanks
I have 2 GCP VMs connected to a load balancer (it is an ummanaged instance group).
Are the following 2 scenarios possible ? looking for some direction here.
Thanks
enter image description here
It only happened recently from November 7th.
Readiness probe failed: Get http://xxxx.xxx/: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
I don’t need to do anything after a few hours everything back to normal. Was it caused by the GCP failure somehow?
The end users will get 502 error or timeout.
Thanks.
I need to populate a BigQuery table by executing a cloud sql “federated query” ( see https://cloud.google.com/bigquery/docs/cloud-sql-federated-queries#overview to read about federated queries)
In simpler words I create a “connection” to cloudsql MySql database and run an “External” mysql query from BIGQuery console to insert data into a BIGQuery table.
I do have a valid “connection” (called myconnectionid) set-up from my BigQuery console.
If I run query as follows BigQuery console, it runs fine and gives me rows from my cloudsql mysql table
SELECT * FROM EXTERNAL_QUERY("myproject.us.myconnectionid", "SELECT * from my-cloudsql-table;")
However if I run the same query as part of an insert into as follows
insert into my-bq-dataset.my-bq-table SELECT * FROM EXTERNAL_QUERY("myproject.us.myconnectionid", "SELECT * from my-cloudsql-table;")
Then I get an error “Not found: Connection myconnectionid
Since the a plain select using same External connection with id “myconnectionid” works fine ; I wonder if I am making a mistake in writing my “insert into” sql , or is it something else thats needed for a connection so it may be used as part of insert into statement.
Please do share your thoughts
Huge thanks for your help
And wishing you a happy and safe holiday season
As the title says. I asked the PCM community here (https://github.com/opcm/pcm/discussions/257) and they thought this might be the only solution to get PCM running on GCP. Anyone can help?
Thanks a lot!
I the following configured so far
I now need to get domain.com and www.domain.com to redirect over to domains.com
I would also like to have www.domains.com be re-written to just domains.com
I need to get the Kubernetes Service IP address (internal and external) using the Google Cloud Provider APIs.
How do I get the Kubernetes Services IP address using GCP APIs?
Thanks
Stack Exchange network consists of 176 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The status says “under maintenance” and has for several hours. This is a not a large database as I am a new student with very small tables for learning. I have tried stopping and restarting as well as deleting the instance, but get an error message every time. The error simply says “The attempted action failed, please try again. Request ID: 4022803414404737811”. Operations and logs shows an “update” error “unknown error” this morning, but no other information given.
I have logged out of GCP and back in with no effect.