Questions tagged [gcloud]
Sebastian Wright
Ask Question
gcloud is the main command line tool of Google Cloud SDK, which allows you to manage resources on Google Cloud Platform and perform various developer workflow tasks.
3,846 questions 1- Bountied 1
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Why gcloud builds submit failing after creating image?
I am learning deploying a pubsub service to run under Cloud Run, by following the guidelines given here Steps I followed are: Created a new project folder "myProject" in my local machine ... google-cloud-platform gcloud google-cloud-run- 457
Problem launching notebook from new VM instance
I had a notebook running on Vertex AI, that stopped working due to the following error: The operation could not completed.: The zone 'projects/XXXXXXX/zones/europe-west2-a' does not have enough ... google-cloud-platform virtual-machine google-compute-engine gcloud google-cloud-vertex-ai- 1
How to import existing GCP datastore indexes to index.yaml
I couldn't find any direct way to export existing indexes apart from gcloud datastore indexes list gcloud-list.yaml --- ancestor: NONE indexId: CICAgOi36pgK kind: Session ... google-cloud-platform terraform google-cloud-datastore gcloud terraform-provider-gcp- 552
How can we manually Upgrade on of the Node pools in GKE whose instance group have custom metadata script
I have a cluster with 3 node pools.How do I upgrade the nodepools , this nodepools instance group template is having some script in custom metadata. kubernetes google-kubernetes-engine upgrade gcloud- 13
Using InputPath/Output Path on Vertex?
TLDR, does Google Cloud Vertex support InputPath/OutputPath? I have set up my environment on Google Cloud in the following way: export PROJECT_ID="xxx" export SERVICE_ACCOUNT_ID="xxx&... google-cloud-platform gcloud kubeflow google-cloud-vertex-ai kubeflow-pipelines- 6,345
How do I set my project cloud resource location using the CLI only?
I am running the command 'firebase init storage' and am getting the following error... Error: Cloud resource location is not set for this project but the operation you are attempting to perform in ... firebase google-cloud-platform gcloud firebase-cli- 1,569
Google App Engine Nest.js via Bitbucket Pipelines
In my current setup, I use Bitbucket Pipelines to deploy a NestJS backend to Google App Engine. Unfortunately, I haven't gotten my NestJS backend up and running yet. Before I had the same setup with a ... google-app-engine nestjs gcloud bitbucket-pipelines- 3
Issue with .bashrc on starting gcloud beta interactive
When I run gcloud beta interactive, the start up message produces this error: Welcome to the gcloud interactive shell environment. Tips: ▪ start by typing commands to get auto-suggestions ... bash gcloud- 908
Gcloud App Deploy on Google Cloud Console: Says I'm missing Gem Railties even though I've included it in my Gemfile
I'm running into the following error when trying to deploy an test application on Google's App Engine, although I believe railties is already included in my Gemfile: ERROR: (gcloud.app.deploy) Error ... ruby-on-rails postgresql google-app-engine rubygems gcloud- 1
I am not able to list all the projects in my GCP organization using Python
I need to list all projects under an Organization in GCP. I am using Resource Manager for the same. def list_projects(): proj_list = [] credentials = service_account.Credentials.... python gcloud google-cloud-resource-manager- 1
Is there a way to use an existing non-Google token with GCP APIs, specifically cloud logging?
I've been combing through the GCP docs around service accounts and workload identity federation, IAM roles, etc., but still don't understand this. Is there a way I can use existing non-GCP tokens in ... oauth-2.0 gcloud google-cloud-logging- 235
how to deploy bite project on a local server (not on gcloud Appengine)?
Recently, I am learning a bit of a project(Browser Integrated Testing Environment). And I found that it needs to connect to a server and the project wiki suggests deploying on gcloud app engine,but I ... testing gcloud- 13
how to integrate with Secret Manager to connect to Postgres SQL using cloudbuild
steps: name: args: build '-t' ' . name: args: push ' postgresql gcloud google-secret-manager- 1
Unable to create a Windows Core VM instance using gcloud
I wanted to create a Windows VM using gcloud command line. Tried the "Equivalent Command Line" syntax - the syntax failed. After some trial and error, discovered that the --create-disk list ... google-cloud-platform google-compute-engine gcloud- 535
gcloud pubsub how to list/view messages on subscription?
I can acknowledge all messages on a subscription as follows: gcloud pubsub subscriptions pull --auto-ack --limit=999 my-sub (Although I often have to run this repeatedly before all messages are ... gcloud google-cloud-pubsub- 46.1k
15 30 50 per page12345…257 Next