google-compute-engine Questions

2

Solved

Whenever you create a project in GCP there is a default firewall-rule called: "default-allow-ssh", which allows 0.0.0.0/0 on port 22, which makes it easy to ssh into the machines with externa...
Megen asked 30/5, 2019 at 16:42

2

Solved

I able to connect to my VM instance in GCP with a SSH key. I added user with the sudo useradd -m -s /bin/bash -G {groups} {new user name} command, and changed the password with th passwd {new user ...
Linnea asked 30/12, 2019 at 16:4

6

Solved

I want to send files from Jenkins to to my instance in Google Compute engine instance I added a build in my config in jenkins : rsync -vrzhe "ssh -i /var/lib/jenkins/.ssh/google_compute_engine -o ...
Imprest asked 9/1, 2015 at 9:33

4

Solved

My goal is to test out google's orchestrator and the compute engine api by first retrieving a list of active instances. The orchestrator project including the servlet file is stored in a jar. I'm...

3

Using GCP with terraform to create VPC's and global IP addresses, I keep getting this error. Error creating Network: googleapi: Error 403: Access Not Configured. Compute Engine API has not been us...

8

I am experiencing extreme slowness with mongo. Earlier when I put sudo systemctl status mongodb mongo I appeared Online and in green. Now after a few days he started to throw me away mongodb.serv...
Claireclairobscure asked 2/12, 2019 at 14:55

6

Solved

I want to start/stop a set of Compute engine instances in Google Cloud Platform using Google Cloud Scheduler. How can I do it?

5

I want to install tensorflow-gpu on my linux machine on google cloud platform. I am not using an deep learning vm gcp provide. So I installed anaconda on my linux instance and now i want to install...
Temperament asked 25/3, 2020 at 13:5

6

Solved

Is there a way to programmatically access the email of the currently used Service Account on a GCP instance when no GOOGLE_APPLICATION_CREDENTIALS is set? (ie. when using the default Service Accoun...

11

Solved

I am trying to setup an Ingress in GCE Kubernetes. But when I visit the IP address and path combination defined in the Ingress, I keep getting the following 502 error: Here is what I get when ...

8

Solved

I've increased for my quota of NVIDIA K80, and received the request approval. Why am I still not able to use a VM with GPUs? Error as shown in title.
Maxie asked 21/11, 2018 at 15:18

5

Solved

I tried downloading and using the gcloud bash tool to manage my accounts, however everything I do with the tool is exceptionally slow. It will take MINUTES to reply to a command that is typed. Is t...
Schmaltz asked 1/5, 2015 at 13:53

4

In Google Cloud Platform's Ubuntu 16.04.1 instance, the output of my startup script was written to /var/log/startupscript.log. Since they upgraded to 16.04.02 I can't find the logs anymore. Any...

6

Solved

I'm trying to run a container that will expose a golang service from a package that I have on a private GitHub repo. Since I am working with GCE, my starter image is google/debian:wheezy. After...
Imprint asked 2/10, 2014 at 13:6

4

So I'm trying to produce temporary globally readable URLs for my Google Cloud Storage objects using the google-cloud-storage Python library (https://googlecloudplatform.github.io/google-cloud-pytho...
Fletcherfletcherism asked 3/10, 2017 at 9:2

10

I am trying to copy files from my instance to my local directory using following command gcloud compute scp <instance-name>:~/<file-name> ~/Documents/ However, it is showing error as m...
Humerus asked 8/7, 2017 at 3:53

3

Solved

I wanted to use a service account to manage VM instances on GCE remotely. It did not work. Therefore this question. One difference I found between a service account and a user account, after many h...
Hispania asked 30/11, 2019 at 7:40

3

Solved

I have an existing Cloud Compute Engine instance that was mistakenly assigned the wrong static internal IP. I cannot figure out a way to modify the internal IP address to the correct value using t...
Reparation asked 8/7, 2019 at 21:48

2

Every time I do an update or upgrade it takes a long time (several minutes) showing the following: Processing triggers for man-db (2.9.4-2) ... After that long wait, everything ends correctly. Is ...
Ceramic asked 3/7, 2023 at 17:45

5

SITUATION: I am following this tutorial. When I get to the part where I create an instance and I execute the necessary commands, I get to the following: To see the application running, go to htt...
Shylashylock asked 7/2, 2017 at 19:10

16

Solved

I would like to know how I can migrate a Persistence Disk (Google Compute Engine) from one project to another? If it's posible.
Newsboy asked 2/3, 2014 at 13:37

19

Solved

SITUATION: I follow this tutorial: https://cloud.google.com/nodejs/tutorials/bookshelf-on-compute-engine Everything works fine until I do npm start and go to: http://localhost:8080 I am met wit...

5

I use gcloud to provision kubernetes clusters, and use container engine to do so. Aside from the production cluster, I would like to create short-lived clusters, for testing etc'. Instead of rec...

4

Our load balancer is returning 502 errors for some requests. It is just a very low percentage of the total requests, we have around 36000 request per hour and about 40 errors per hour, so just a 0,...
Marrakech asked 23/12, 2016 at 16:51

2

Solved

I have two kubernetes clusters on google container engine but on seperate google accounts (one using my company's email and another using my personal email). I attempted to switch from one cluster ...

© 2022 - 2024 — McMap. All rights reserved.