Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube.
Questions tagged [gcp]
30 questions
0
votes
1 answer
Provisionning a GKE cluster stuck at Deploying step
I am provisionning a simple GKE cluster thank to terraform with the more basic config and it is stuck at "Deploying"
"64% - Cluster is being deployed..."
And in my terminal
google_container_cluster.katon_main_cluster: Still creating... [17m1s…

Hugo Maitre
- 11
- 1
0
votes
1 answer
How can I compress files while uploading them to GCP?
I am trying to automate backups to a remote GCP bucket. I am using the gsutil CLI and Crontab to schedule transfers of all files in a given directory. I would like to compress the files as they are being transferred, and was led to believe that the…
0
votes
2 answers
How to get a google issued certificate for my service behind l4 load balancer
I am running a mqtt broker behind gke LoadBalancer type service. The lb type service is a l4 load balancer and I need to handle the tls termination at my service/broker level.
I have associated an A record with loadbalancer ip (say mqtt.example.com)…

java_doctor_101
- 103
- 3
0
votes
0 answers
Jenkins with GCP ephemeral agents take much longer to start agent with declarative pipeline
We have a jenkins instance using ephemeral agents in gcp. We use container image to build in. Our existing pipeline (scripted and setup via gui) takes about 5-10 seconds to spin up an agent and start building.
Now we created and equivalent…

s_qw23
- 101
0
votes
1 answer
Cannot SSH to Google Cloud Platform Compute Engine anymore
I have a similar problem as outlined here: Cant access GCP Compute Engine
Yesterday I lost access to my GCP server. I thought Google was having issues but almost 40 hrs later I'm thinking their issues would be resolved by now.
I've tried:
From…

Adrian
- 101
- 1
0
votes
1 answer
Unable to change "on host maintenance" option for an instance template on GCP
I've been using instance templates for Instance Groups, and I never had to go to "Advanced Options" because everything was working as expected. But today, while creating a new instance group with a template it started throwing the following error:
"…

Hasnain
- 3
- 2
0
votes
0 answers
Compute engine stopped by itself
I did not perform any operations and did not set any auto-stop, but the compute engine stopped on its own.
The logs for the day, which can be viewed from GCP, are as follows.
----------Log below----------
{
"insertId": "0",
"jsonPayload": {
…

hajime
- 1
0
votes
0 answers
Migrating recaptchaV2 Android to recaptcha Enterprise
we found an error during migration process from our recaptchaV2 android key to recaptchaEnterprise:
ERROR: (gcloud.alpha.recaptcha.keys.migrate) FAILED_PRECONDITION: This site type is currently not supported in reCAPTCHA Enterprise.
Anyone…
0
votes
1 answer
GCP Cross-region Private Service Connect
We have an internal, regional LB in europe-west1 in Project A, and we have exposed it to Project B using Private Service Connect.
We established connectivity from a caller in europe-west1, so we know the connection works, but Project B's resources…

Jon Bates
- 107
- 5
0
votes
2 answers
metada conflict when deploying Openstack on GCP
We ran an openstack environnement on GCP with an arch of 1control_1compute_2ceph.
When creating VM on openstack, the VM can't initialte the cloud-init, because wit reaches the metadata of GCP instead of private openstack.
The openstack is the last…

fsidiosidi
- 1
- 1
0
votes
0 answers
SSH from cloudbuild to a Compute instance
I created an SSH user and I can SSH in from my local machine using the id_rsa keyfile, I stored the same keyfile as a google cloud secret and logging in using the same creds but i cant get any access at all, I keep getting the error Permission…

Kravitz
- 167
- 11
0
votes
1 answer
How to create Iptables rules for squid to only handle web traffic request
I'm using Squid Proxy for (DNS Filtering), I have configured squid proxy behind my GCP Cloud NAT in transparent mode to intercept HTTP and HTTPS Web Traffic, I have added only below rules to redirect HTTP and HTTPS traffic to squid.
iptables -t nat…

sanket jaiswal
- 1
- 1
0
votes
0 answers
GCP is restarting my VMs in the middle of the day
I have a fleet of e2-highmem-2 GCP VMs. I expect that these VMs will not be restarted randomly. However, that seems to be what is happening. Every two weeks or so GCP is restarting my VMs.
The VMs run Windows Server 2016. Availability policy is…

A X
- 469
- 4
- 10
- 31
0
votes
0 answers
Secure BigQuery Service account shared key usage in non GCP application
I have request from users to be able to connect to my datasets and table in BigQuery to fetch the data and manipulate it programmatically outside of GCP.
The situation now that I created a service account with credentials to view data and i share…

AHM
- 1
0
votes
1 answer
How to find usage (memory) of databases inside a Google CloudSQL instance?
I run multiple databases inside a single CloudSQL instance. My problem is that I cannot get monitoring insights at the individual database level. For example, if I want to know how much memory a particular database is causing, I cannot find that.…

ayaz
- 483
- 3
- 10