Questions tagged [gcloud]

Questions relating to the usage of the Google Cloud SDK's `gcloud` command-line tool.

211 questions
0
votes
0 answers

Error Deleting GCP Project

I am trying to delete a GCP Project in my account, but I am facing repeated errors. If I try to delete is from gcloud command line, I get the following error. ERROR: (gcloud.projects.delete) FAILED_PRECONDITION: active child resource - '@type':…
rafee
  • 101
  • 3
0
votes
2 answers

Google GCE Hosted Instance Group Setup Issue

Is there a way for Managed Instance Group (MIG) to force a VM to be retained without being replaced and re-created? Ispconfig is currently used to manage websites within a VM instance But it also needs load balancing to deal with burst traffic If…
matt
  • 1
0
votes
1 answer

gsutil error /bootstrapping/gsutil.py

gsutil is giving me the following error. It is installed in its latest version on a linux suse 12. Can you help me? gsutil Traceback (most recent call last): File "/root/google-cloud-sdk/bin/bootstrapping/gsutil.py", line 13, in
Mag
  • 1
0
votes
1 answer

Is it possible to add or change a GCP compute engine service account using powershell?

When migrating compute resources into GCP, they don't get assigned a service account or API access. I have some knowledge with powershell and I'd like to be able to assign a service account and set of API permissions using that instead of having to…
nda
  • 1
0
votes
1 answer

No errors when a Dataflow job is hitting Pub/Sub Subscriber throughput quota

Is there a way to know that Dafaflow job reading from a Pub/Sub topic is hitting a quota Cloud Pub/Sub API Subscriber throughput, kB per minute. There were no indications of problems in the log, however a pipeline was not able to keep up with…
Donald Duck
  • 109
  • 2
0
votes
1 answer

How to change location of staging bucket from Dataprep?

I created my Dataprep project but the staging bucket created by default is US located, when my source data is located in EU BigQuery tables. For that difference in the regions, I'm getting an error when running a job. Please, could you let me know…
0
votes
2 answers

How to ssl a google compute engine server?

I have a docker image that looks like FROM ubuntu:18.04 RUN apt-get update; \ apt-get install -y libsnappy-dev software-properties-common; \ add-apt-repository universe ldconfig; \ add-apt-repository ppa:certbot/certbot \ apt-get…
0
votes
1 answer

Gcloud repository - how to make a repo stable?

We're using our gcloud cloud repositories to store modules and themes for our project which we get with composer. But I can't find a way to make a repository labelled as "stable" for this purpose; I always get this error: Could not find a version…
Asitis
  • 97
  • 8
0
votes
2 answers

GCP - create vm instance with two or more tags

Using the code below to create VM with two tags, only the last one remains. Documentations says to use --tags=TAG,[TAG,…] but that does not work. Any help would be great. Thanks. I have tried the following, with several variations, but it does not…
mac
  • 101
  • 1
0
votes
1 answer

Google Compule Engine: Running multiple containers

Is there a way to automate creation of a VM instance with more than one container running? I can create a VM with one container running when using gcloud. Basically, is there an easy way to achieve this without manual intervention?
Arlaharen
  • 101
  • 1
0
votes
1 answer

SSH issue with GCE VM Instance

I've been trying to solve this for a few days without luck and similar questions/answers on this site don't solve the problem. I have 3 different VM Instances on GCE and everything works fine on two of them. With the third I have lost all access to…
Matt
  • 1
0
votes
1 answer

Set the Network Service Tier at the resource level for new Clusters

I'm working on a hobby Kubernetes project on GKE that I want to keep cheap (standard tier only). I would like to craft a gcloud container clusters create command that creates a cluster that will always create network interfaces on the standard…
ebelisle
  • 101
0
votes
1 answer

How can we have single user credentials to access multiple projects?

I have a project from which I want to copy few container images to another project using a node application. I use container-image-builder module for the same. The copying works with service account credentials,but I want to use user account…
amv
  • 1
  • 1
0
votes
3 answers

gcloud app deploy error --> ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred

I am new on gcloud apps, need help on deployment web apps. I created an App Engine and a Cloud SQL for MYSQL, it is in a different project. Let's call App Engine as web1 and sql as mysql1. When I deployed web1 using "gcloud app deploy app.yaml", the…
0
votes
1 answer

GCP App Engine Flexible Environment Slow Disk I/O

Background/Overview: We have a Python Web Application with three environments in two projects staging/dev and production. These are hosted in GCP using Google App Engine Flexible Environment, Cloud SQL and a GCP bucket for static files. These…
Bradley
  • 1
  • 1