Questions tagged [google-cloud-platform]

Google Cloud Platform provides cloud computing services that let you build applications and websites, store data, and analyze data on Google's infrastructure.

Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

real world dataset access for implementing metaheuristic algorithms on cloud computing infrastructure [closed]

I am research scholar having keen interest to implement the metaheuristic algorithms for optimizing the cloud infrastructure espically virtual machine allocation so I required to acces the real world ...
chmanish_galgotia's user avatar
0 votes
1 answer
42 views

Google Cloud VM Windows use TLS 1.2 for outgoing SMTP connection

I have a Google Cloud VM with Windows server using AWS SES to use as SMTP to send emails. I received notification from AWS SES saying they are receiving TLS v1.1 connections from this Windows server. ...
MWM's user avatar
  • 1
0 votes
0 answers
21 views

Google cloud shell not opening on google cloud platform

I am clicking on activate cloud shell and this is the problem I am facing this: Cloud Shell is experiencing some issues provisioning a VM to you. Please try again in a few minutes. I tried with ...
VTL dev's user avatar
0 votes
0 answers
47 views

stunnel smtp tls frontend server/proxy for remote backend postfix

I'm running stunnel in server mode and listening on port 587 and trying to connect to a remote postfix server running on port 25. NB: the two servers are connected via zerortier, which may or may not ...
espeed's user avatar
  • 159
0 votes
0 answers
65 views

Google Cloud + Google Domains DNS HTTP not working but HTTPS is

I have a website hosted on Google Cloud with a paid domain name registered at Google Domains. I opted in for the SSL option so the website can be served with HTTPS. In the domain forwarding setting ...
Jim22150's user avatar
  • 101
-2 votes
0 answers
28 views

Do you know the FQDN used to display projects in GCP?

Background On the company PC, the source IP address is fixed. After making these settings, IAM context-aware access is used to restrict connections by IP address. What's happening I can log in to the ...
Taiga Kasukabe's user avatar
0 votes
0 answers
8 views

Setting Up Proper Routing for SQL Instance in Different GCP VPCs without Public Exposure or Gateway VM

I'm facing a networking challenge with Google Cloud VPCs and peering, and I'm hoping to get some guidance on how to resolve it. Here's my setup: I have two VPCs in Google Cloud: VPC "bastion"...
anaconda1337's user avatar
0 votes
0 answers
20 views

Is the Spot VM terminates regional node or the whole cluster ? (GKE)

In the case of Spot GKE, If I get 3 nodes running over 3 regions or zones, will GCP terminate my GKE instance or the node on the region that needs resources? I'm running a Mongodb ops manager and I ...
Faulheit's user avatar
0 votes
1 answer
115 views

Permission denied to enable service [cloudaicompanion.googleapis.com]

As account owner, I run the command: gcloud services enable cloudaicompanion.googleapis.com --project xxxx and get the error message: ERROR: (gcloud.services.enable) PERMISSION_DENIED: Permission ...
Shay Zalman's user avatar
0 votes
1 answer
81 views

How to limit access to Google Cloud Storage by IP address?

I am looking for a way to limit access to objects inside a Google Cloud Storage bucket using IP address/es. I have seen an article or tutorial about it. However, it is using terraform. I don't have ...
Nikko's user avatar
  • 111
0 votes
0 answers
27 views

GCP: Producer Portal : Test Deployment during creating Product fails with "One or more licenses are unhealthy."

I am creating a new product in Producer Portal following the steps in VM Creation I am using Deployment Manager as the way to deploy the package. On Validate step, the test deployment fails with this ...
Shreya K's user avatar
0 votes
2 answers
204 views

Google Cloud Platform authentication - unable to list projects or set project

I had previously authenticated with Google Cloud Platform and everything was working correctly, however all of a sudden, today I started receiving errors mentioning google-gax in a Node app: 2023-09-...
Mike's user avatar
  • 689
0 votes
0 answers
11 views

id token is invalid for this user react native google sign in

I'm using google sign in on android in a react native app. I have setup the web, and android clientId with sha1 correctly. I get the idToken back, have checked the expiration, it is not expired, ...
David Thomason's user avatar
0 votes
1 answer
19 views

gce-rescue failed to rescue a GCP instance

I tried using https://github.com/googlecloudplatform/gce-rescue to rescue a vm, however it failed with below error: test@cloudshell:~ $ gce-rescue --zone us-west2-b --name test-vm Traceback (most ...
nightWolf's user avatar
  • 118
0 votes
1 answer
14 views

GCP Automatic Instance Template replacement issue in Compute Engine

I'm using Google Kubernetes Engine where my cluster's node pool is connected to Compute Engine instances defined by instance templates. I'm controlling these instance templates by Managed Instance ...
rapago's user avatar
  • 1
0 votes
1 answer
106 views

How do I configure SSL/TLS to connect to a Cloud SQL instance?

As far as I can see connection over SSL/TLS is always available with Cloud SQL. If I enforce it, it becomes required. But the maximum level of protection I was able reach is verify-ca from the ...
x-yuri's user avatar
  • 2,175
0 votes
1 answer
52 views

Failed to reset Windows password on Google Cloud VM: "Did not receive password in a reasonable amount of time"

I have created two Google Cloud virtual machines: instance1 (Windows Server 2022) instance2 (Windows Server 2019) Through instance1, I need to manage instance2 using the service account XXXXXXXXXXXX-...
El_Merendero's user avatar
0 votes
0 answers
32 views

Is it necessary to recreate a Google-managed SSL certificate when switching the SSL resolution to a different provider?

I attempted to migrate a website from GCP to AWS Lightsail and then back again in order to gain a better understanding of the process. However, I discovered that the process was not as straightforward ...
FlyingPenguin's user avatar
0 votes
1 answer
90 views

Getting error while secrets for gke ingress

Using gke cluster but ingress is not loading a load Balancer error:error syncing to gcp: error running load balancer syncing routine secret does not exist I want to know the reason why iam getting ...
Martin rudez's user avatar
0 votes
0 answers
67 views

Google Cloud Load Balancer URL limit?

I've been in a process of migrating our application to use Gateway (gke-l7-global-external-managed). Part of deployment are the 'review' applications, e.g. apiVersion: gateway.networking.k8s.io/...
Gajus's user avatar
  • 851
1 vote
0 answers
43 views

Can the same Serverless VPC Connector be used for two different App Engine standard instances?

I'm working with a cost-conscious client, trying to avoid having to spin up more Serverless VPC Connector-machines just to handle the dev environment. We are using static IPs for outbound traffic, ...
Mattis's user avatar
  • 111
0 votes
1 answer
406 views

Is password needed when connecting via Cloud SQL Auth Proxy?

It seems like it's needed, because it asks me for the password. But if so, then what's the point in having 2 credentials (a credentials file + password)? If not, then what am I missing? The docs is ...
x-yuri's user avatar
  • 2,175
0 votes
0 answers
97 views

Google Cloud Run server keeps restarting after 'Unhandled Exception:' with no details

I have a Dart server deployed onto Google Cloud Run. It works perfectly fine in my Dev environment. And works some of the time in Cloud Run. But too often it throws an error and restarts causing the ...
That's Me's user avatar
0 votes
0 answers
66 views

GKE Arm-based cluster starts in invalid state

After I install a new GKE cluster on Arm-based VM it immediately starts in a failing state. Specifically antrea-controller-horizontal-autoscaler cannot be run as it has no toleration for Arm-based ...
Martin D's user avatar
  • 101
0 votes
1 answer
52 views

rstudio-server "unauthorized user" error on google vm

I have a Google VM with Rstudio server installed. Everything was working fine and I was able to get in with my username and password. I haven't used this VM for a couple months and now I tried again. ...
HBi's user avatar
  • 1
0 votes
0 answers
32 views

Google Cloud Managed Instance Group cannot be deleted and Autoscaler cannot be modified

The title basically encapsulates the problem. After attempting to automate scaling a region-based managed instance group on google cloud platform, the MIG seems to have gotten itself into an ...
Nicholas Heitz's user avatar
0 votes
1 answer
183 views

Gunicorn can't bind port 80

I (want to) have a Google Cloud server running a Gunicorn server, however it refuses to bind to port 80, despite it being free. Here's the command I'm using to start it: gunicorn -w 4 -b 0.0.0.0:80 ...
llama-for3ver's user avatar
0 votes
0 answers
25 views

I want to check the storage used by GKE Node

I have created a GKE cluster with 20 GB of storage and it is runnning 4 pods. 3 of them are angular application and 1 is node applicaiton and 10.5GB is already used and only 3.96 GB is left. I wanted ...
Robin's user avatar
  • 1
0 votes
1 answer
68 views

Who should be the owner of a group of service accounts on Google Cloud Platform?

I have an app that requires a set of permissions to various resources on the Platform. I want to have several (say 2) service accounts for this app to separate production activity from dev. Generally ...
vindex10's user avatar
1 vote
1 answer
150 views

GCP Secret Manager Access "Invalid Grant" error 503 with Python 3.11

really losing it here. I wrote a simple piece of code just to be able to access secrets, and every time I run it it simply throws the following error: google.api_core.exceptions.RetryError: Deadline ...
Flavio Fenley's user avatar
0 votes
0 answers
25 views

How to verify XFF_IP is from a known Proxy or CDN while enforcing key in Google Cloud Armor Security Policy?

I'm currently working on a project where I want to apply rate limiting at the load balancer level to each user's IP address. The idea is to throttle any user that crosses a certain request limit in a ...
Aviral Srivastava's user avatar
0 votes
0 answers
158 views

Google Cloud DNS for Google Domain but for Subdomain

My domain (on Google domains) has published custom NS records that match a Google Cloud DNS zone. This domain example.com has DNSSEC on which is published in Google Domains along with the NS records (...
Maciek Semik's user avatar
0 votes
0 answers
46 views

Error creating Windows virtual machine on Google Cloud: Not included with the free trial

I'm trying to create a virtual machine on Google Cloud using the following command: gcloud compute instances create my-server-1 \ --zone=europe-west3-b \ --machine-type=n1-standard-16 \ --...
El_Merendero's user avatar
0 votes
0 answers
34 views

Using Google Authentication on iPhones on Aruba wireless

We have set up Google Authentication for our Aruba WiFi network. We are using Central (v 8 and 10 - both have the issue) and AP-515s and AP-535s. The solution works as expected on every platform ...
Jay Duff's user avatar
-2 votes
1 answer
111 views

Getting issue with nginx ingress controller

I'm getting issue with nginx ingress Error: invalid virtual server or virtual server route How to fix this above error?
Ruthew's user avatar
  • 11
0 votes
1 answer
38 views

GCP workspace registration failed with freenom domain name

GCP rejected my workspace registration - it didn't tell me why - but I wonder if it's because Google blocks anything from freenom (based on reputational value). Anyone was able to use a freenom domain ...
strongline's user avatar
0 votes
0 answers
58 views

Quota restriction error when attempting to create a GCE image

I am trying to create a GCE image from an VMDK file but I am getting a quota error. None of the quotas on my quota limit page are at or near 100%. Which quota or restriction am I hitting here and why? ...
triatic's user avatar
2 votes
2 answers
272 views

App Engine Adding custom domain verification failed despite main site ownership verified

I am trying to veryfy a subdomain to configure a server side GTM container. The property is verified on the search console However when I click refresh domain, I still get "Your domain hasn't ...
Sébastien's user avatar
0 votes
1 answer
274 views

Can you parse JSON keys out of a Google Secrets Manager secret?

Consider the following gcloud command where you inject a Google Secrets Manager secret into your SERVICE Google Cloud Run service—ripped off the Use secrets Cloud Run docs page: gcloud run services ...
mbigras's user avatar
  • 289
0 votes
0 answers
33 views

Wordpress Bitnami on GCP - database error ip change

Please help me out. I installed WordPress Multi-Tier Certified by Bitnami and Automattic on google cloud platform to develop a website and when it's almost finished my vm instance restarted or ...
Geosh Ua's user avatar
1 vote
1 answer
467 views

Unable to SSH to GCP VM after reboot

I used to do the remote development via VS code. I created SSH key on my local Windows 10 and added the public key to the VM instance. Everything was fine for a week. But my VS Code suddenly show ...
Philip's user avatar
  • 25
0 votes
0 answers
110 views

apt upgrade -y command stuck on "Preparing to unpack .../google-cloud-cli_436.0.0-0_all.deb ..." on Google Cloud

I created a new VM on GCP and then try updating by running: apt update && apt upgrade -y But everytime. it stucks at Preparing to unpack .../google-cloud-cli_436.0.0-0_all.deb ... I have ...
Salman Khan's user avatar
8 votes
3 answers
1k views

What minimum versions of operating systems and browsers are compatible with Google-managed SSL certificates?

Issuers of SSL certificates usually provide documentation of what minimum versions of OSes and browsers are supported by their solutions. Examples: Cloudflare Let's Encrypt However, I was not able ...
Greg Dubicki's user avatar
  • 1,239
0 votes
1 answer
379 views

Google Firebase Cloud Functions: Error: Your project is being set up. Please wait a minute before deploying again

I have a Google Cloud / Firebase project, let's call it A, to which I can normally deploy Cloud Functions via the firebase deploy command. Recently I've had to set up a parallel project that is ...
Dario's user avatar
  • 3
2 votes
1 answer
332 views

Error:unable to upgrade connection:Authorization error (user=kube apiserver, verb=create, resource=nodes, sub resource=proxy)

I have set up my cluster with my app but now I'm facing issue in my gke cluster Error:unable to upgrade connection:Authorization error (user=kube apiserver, verb=create, resource=nodes, sub resource=...
Martin rudez's user avatar
1 vote
1 answer
181 views

Kubernetes cluster with certificate authority

Certificate error after upgrade of kubernetes Error is SSL certificate problem:unable to get local issuer certificate After doing multiple modifications Now I'm getting above error.
Ruthew's user avatar
  • 11
0 votes
0 answers
44 views

Eventarc Triggers Not Receiving Events When GKE clusters are created

I want to create an eventarc trigger which can send payload messages to Cloud Run whenever a new GKE cluster is created.The code seems to be working when I created another eventarc trigger which send ...
Syam's user avatar
  • 1
0 votes
1 answer
88 views

Google Cloud CDN / DNS questions

Does google cloud dns support auto renewing wild cards and also, geographic location responses. How does google CDN map the request to the origin and is there a limit on the number of domains we can ...
Wayne Junior's user avatar
0 votes
0 answers
101 views

Error handling in Cloud functions - Cloud Logging

I have a series of cloud functions and I want to get an alert when errors occur in them. I already have the alert set and it works. I decided to use the Cloud Logging logs: functions.logger.error(...
Marcela Cozzi's user avatar
0 votes
0 answers
31 views

Replacing arbitrary fields in Kubernetes YAML

I want to use configMap variables inside my Kubernetes YAML outside of my container specification. Basically, I am looking for a way to replace text in my configuration with the value of a configMap ...
dan1st's user avatar
  • 101

1
2 3 4 5
60