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
132 views

How to get output of STDOUT to GCP cloud logging

Hey I have a job running on a gcp VM where some imported libraries are logging to stdout with the print or python logging library, and I also have written a lot of code where the output is logged to ...
Matt Elgazar's user avatar
0 votes
1 answer
57 views

HTTPS global load balancer does not seem to work for a subdomain in GCP

I am exploring how I can create an application on Cloud Run and then use a Global HTTPs Classic load balancer to manage traffic across different Cloud Run instances. I have create a simple cloud run ...
sidharth vijayakumar's user avatar
0 votes
1 answer
43 views

What CNI is used (and what are the alternatives) in GKE?

I'm confused with Google Cloud's documentation on GKE. In the Compare network models doc, it says GKE has a fully integrated networking model which suggests to me it has its own CNI implementation. ...
johny.bravo's user avatar
0 votes
0 answers
33 views

Which Domain to use for the Google Cloud Console Organization Setup if Working with Different Domains

I have some questions about setting up the GCC Organization please. A new Google Cloud Console account was created when setting up this domain in the Organization section of an existing GCC account ...
King Brown's user avatar
0 votes
0 answers
91 views

Security of keys while keeping my code clean

I'm using a Google Cloud function to call a 3rd party API in my application. The API key/secret will depend on the user in my application. I would like to send a request from the cloud function to my ...
Eric's user avatar
  • 113
0 votes
1 answer
132 views

Pointing a subdomain to a cloud run instance

I've successfully setup my first Cloud Run environment and am wanting to use my domain to point to the cloud run site. The provided url is verbose.run.app and I want my domain subdomain.example.com to ...
Lickymoo's user avatar
0 votes
0 answers
49 views

Google cloud storage bucket [GCS bucket total bytes]- metrics missing for a specific bucket

Update: The metrics appeared after more than 24 hours I have a lot of buckets in my GCP project (some regional and some multi-region) and I'm able to get the metric: 'storage.googleapis.com/storage/...
wiktor's user avatar
  • 1
0 votes
1 answer
167 views

How long does it take for a GCP backend service to stop sending connections to an instance after being removed?

I am using a GCP region backend service to load balance across a set of instances in an unmanaged instance group. When I remove an instance from the group I want to know when I can safely delete the ...
dippynark's user avatar
  • 232
0 votes
0 answers
70 views

How to install ctransformers with Conda

I am looking for the standard conda command that allows me to install ctransformers. I have found the following, but I am not sure if they are equivalent to pip install ctransformers: https://anaconda....
User 19826's user avatar
0 votes
0 answers
79 views

Error in Google Cloud when installing sentence transformers and torch

Using Google Cloud SSH command line: conda install -c conda-forge sentence-transformers Results in the following messages: unsuccessful initial attempt using frozen solve. Retrying with flexible ...
User 19826's user avatar
1 vote
1 answer
494 views

Google cloud: Your active project does not match the quota project in your local Application

I am trying to connect to a google cloud storage project/bucket using gcloud config set project XXX, and get the message: WARNING: Your active project does not match the quota project in your local ...
Matifou's user avatar
  • 113
0 votes
0 answers
18 views

Google Cloud Big Query Table Missing

I have Created a Table under a Dataset. But When Some weeks When I tried to Access the Table. I came to know that It is missing. I go to LOGGING EXPLORER For Check the Table Related Activities. But In ...
Muhammad Shayan SiddiqueSQBIRO's user avatar
0 votes
1 answer
97 views

Is it possible to connect directly CloudRun with Gitlab?

I am trying to configure a continuously deployed revision from a source repository with CloudRun on Google Cloud. It is unclear to me how to set, as a source repository, GitLab instead of GitHub or ...
attgua's user avatar
  • 13
-1 votes
0 answers
19 views

Is it possible to delete chat with type "DIRECT_MESSAGE" using Google Chat API?

I'm trying to delete "DIRECT_MESSAGE" chat using Google Chat API and .Net library Google.Apis.HangoutsChat.v1 : await service.Spaces.Delete(spaceName).ExecuteAsync(); As a result, I get an ...
Roman Voskoboynikov's user avatar
0 votes
1 answer
54 views

Create nginx server in Google Cloud Platform Cloud Shell

I am starting working with Google Cloud Platform and, as my first try, I have installed and configured an nginx server in the Cloud Shell (not Compute Engine Virtual Machine) When I try a: curl http:/...
inquirymind's user avatar
0 votes
0 answers
32 views

Google-managed SSL stuck on renewing

As of tonight, I have been reconfiguring my app to deploy via Google App Engine, instead of Heroku - which uses an ephemeral file system. The website seems to be working as intended (both frontend and ...
kesect's user avatar
  • 1
1 vote
0 answers
67 views

Multiple NICs on Google Cloud Platform VM with site-to-site VPN access on one NIC and external Internet on second NIC

Hello community hoping you can help. Background: we have a Web app running on CentOS/Rocky that needs to be accessible with low-latency from different regions: US East and West Coasts. We maintain ...
Antony Nguyen's user avatar
0 votes
0 answers
62 views

How to set up a persistent access token for service account?

I am trying to connect Google's Vertex AI API to a desktop app written in C++ using their REST APIs. Auth token is part of the process. Being very distant from devops and GCP tech in general I wonder ...
Michael IV's user avatar
0 votes
0 answers
28 views

Google Cloud Function abruptly stops without errors!

Problem My cloud function abruptly stops in the 4th iteration of a finite 12 iteration loop. I have a script where I request form data from an external server. I do this for each individual form. I ...
user1057818's user avatar
0 votes
2 answers
70 views

Artifact Registry Plugin and microdnf

Is the Artifact Registry Plugin (ar-plugin) compatible with microdnf? We're trying to use Cloud Builder with redhat/ubi8-minimal which uses a slimmed down version of dnf named microdnf. It has the ...
Vance Shipley's user avatar
0 votes
0 answers
26 views

Cloud solution architecture for sparsely used real-time AI [duplicate]

I have to deploy a real-time AI which is sparsely used, sometimes it's being used once in a week, sometimes 500 times in a day. The solution is working in a container locally for now and basically ...
Maxime D.'s user avatar
  • 101
-1 votes
1 answer
124 views

How to redirect my Google Cloud Run domain to the subdomain "www"?

I've two domain mappings in Google Cloud Run: domain.com www.domain.com The domains are coming from another provider. How can I redirect my domain.com traffic to www.domain.com with Google Cloud?
Julian's user avatar
  • 99
0 votes
0 answers
54 views

How to get audio while using virtual display on GCP Linux machine?

I have a VM machine with linux and I enabled virtual display on it. After the setup, I was able to see the virtual display using chrome remote desktop but I don't know how to turn on audio so that I ...
siddharth rajpal's user avatar
0 votes
0 answers
14 views

Unable to receive XMPP upstream messages

App Server is connected to XMPP and can send messages to the client in one go. But the client sends upstream messages through FirebaseMessaging.getInstance().send(remotemsage), and the App Server ...
杨志朋's user avatar
0 votes
1 answer
109 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
85 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
110 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
97 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
0 votes
0 answers
12 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
1 answer
539 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
256 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
30 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
357 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
26 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
2 answers
40 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
22 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
251 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,195
0 votes
1 answer
85 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
44 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
160 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
97 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
83 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
737 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,195
0 votes
0 answers
193 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
80 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
1 vote
1 answer
105 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
  • 11
0 votes
0 answers
50 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
399 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
46 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
84 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
2 3 4 5
60