Questions tagged [gcp]

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

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

Google Cloud Platform encompasses the following services across several focus areas:

Compute

Storage

Big Data & Analytics

Developer tools

Services

Further information:

324 questions
31
votes
2 answers

What is a container manifest?

The only doc on this topic seems to assume I already know what a manifest is, the problem it solves, and how it fits into the docker ecosystem. After reading the doc I'm still not sure how manifests actually work. My private GCR contains manifest…
red888
  • 18,164
  • 26
  • 123
  • 237
16
votes
1 answer

Is there any way to print to stdout, stderr, or log files in google deployment manager?

I would like to write debug information in my DM templates, but I cannot see nor find a way to generate print statements, logs, or anything to aid in debugging when something goes wrong with my template. How do I add print or logging to deployment…
13
votes
2 answers

error in creating gpu google instance

I have tried creating GPU instance in Google Cloud Platform but every time I try to create an instance it shows "You've reached your limit of 0 GPUs NVIDIA K80". I am trying to create an instance with 4 vCPU, 8-15 gb memory, 1 GPU and in…
Akash Panchal
  • 131
  • 1
  • 1
  • 5
10
votes
1 answer

Mixed Content error nginx ingress in kubernetes for rails app

Deploying Portus in GCP with an Nginx Ingress load balancer implemented. Portus loads up just fine but when trying to use the application and fill out some of the forms I get the following error: VM798:1 Mixed Content: The page at …
niharvey
  • 2,814
  • 1
  • 13
  • 24
10
votes
2 answers

GCP: assign/remove ephemeral IP to an existing instance

I have few instances in GCP and for administrative purposes I need to briefly connect in SSH and launch few commands. These instances do not have external IP in "normal" mode but for these brief maintenance I would like to assign ephemeral IP, do…
gdupont
  • 1,539
  • 16
  • 25
10
votes
4 answers

Google Cloud Function connection to Google Compute Engine via internal IP

According to several sources I found on the internet it is not possible to connect google cloud functions to a restricted Compute Engine Instance via internal IP only (e.g. https://groups.google.com/forum/#!topic/gce-discussion/HEn5P9PJzYQ ). Is…
10
votes
1 answer

Running MongoDB on Kubernetes Minikube with local persistent storage

I am currently trying to reproduce this tutorial on Minikube: http://blog.kubernetes.io/2017/01/running-mongodb-on-kubernetes-with-statefulsets.html I updated the configuration files to use a hostpath as a persistent storage on minikube node. kind:…
Arkon
  • 2,038
  • 3
  • 19
  • 36
9
votes
1 answer

gcloud auth activate-service-account needs access to .ssh folder?

I run gcloud auth activate-service-account --key-file=pathtokey then I run: gcloud compute scp sdfsdfsdfsdf.txt myinst:/tmp --zone us-east1-b And I get this error: WARNING: The PuTTY PPK SSH key file for gcloud does not exist. WARNING: The public…
red888
  • 18,164
  • 26
  • 123
  • 237
9
votes
2 answers

GCP container push not working - "denied: Please enable Google Container Registry API in Cloud Console at ..."

I'm having trouble uploading my docker image to GCP Container registry. I was following the instructions here. As you can see in the screenshot below, I've: Logged into my google cloud shell and built a docker image via a dockerfile Tagged my…
user952342
  • 2,202
  • 6
  • 29
  • 52
9
votes
4 answers

The "appengine.applications.get" permission is required

I am trying to deploy my first app engine spring boot project using gradle and I am running into the following error when I run "gradle appengineDeploy": ERROR: (gcloud.app.deploy) Error Response: [403] Operation not allowed Details: [ [ { …
Mzouitni
  • 101
  • 1
  • 6
9
votes
1 answer

Is Google GPU beta available in free trial?

I am using google free trial of $300. Recently tried to launch a GPU instance as per this. I have configured the right region. But the message is "Quota 'NVIDIA_K80_GPUS' exceeded. Limit: 0.0". Does this mean that GPU is not available in free trial?…
Nithin Jose
  • 979
  • 2
  • 12
  • 30
9
votes
2 answers

Google Cloud Stackdriver Monitor Compute Engine Disk Usage

I have Google compute engine instances already up and running since recently. I have explored Google Cloud stackdriver for monitoring CPU Usage etc. I have installed Stackdriver agent on to one of the Compute Engine instance for testing. I have…
izwan
  • 95
  • 1
  • 4
8
votes
2 answers

Is Google Cloud SQL high availability really improving reliability?

I want to create a Google Cloud SQL instance but I am not sure about choosing high availability or not. From what I understand the failover switch can take a few minutes, it is not instantly done, and the cost is roughly 2x the cost of a regular…
Vincent Teyssier
  • 1,900
  • 4
  • 22
  • 47
7
votes
1 answer

Enabling component manager in gcloud CLI

I made a fresh install of gcloud for ubuntu as instructed here. I want to use the additional components offered by gcloud like kubectl and docker. So, when I tried typing gcloud components install kubectl, I get an error saying that The component…
Lakshman Diwaakar
  • 6,002
  • 4
  • 40
  • 73
6
votes
1 answer

google bigquery select from a timestamp column between now and n days ago

I have a dataset in bigquery with a TIMESTAMP column "register_date" (sample value "2017-11-19 22:45:05.000 UTC" ). I need to filter records based on x days or weeks before today criteria. Example query select all records which are 2 weeks…
Waku-2
  • 846
  • 11
  • 23
1
2 3
21 22