Questions tagged [google-cloud-vm]

12 questions
1
vote
1 answer

Gating a custom docker container in VM instance container with the same authentication and authorization of Google Cloud Run instance

Let me explain the current scenario that we have setup, so I can better explain what I want to achieve: Currently, I have a working GC Run instance running that requires authentication. As you might know, in order to authenticate and make requests…
1
vote
1 answer

Pytorch >= 2.0.0, python 3.10 and cuda 12 on google cloud vm

Why is it so hard to get Pytorch >= 2.0.0, python 3.10 and cuda 12 on a google cloud vm ? All they have is debian with cuda 11.2 preinstalled. In debian the only way to install python3.10 is by downloading the tar and building it manually. There is…
0
votes
0 answers

Can't trigger a google cloud VM with custom image

I've been trying to work out how to trigger a google cloud VM using a custom docker image contained in my artifact registry. What I have tried: I can create a VM using the google cloud CLI I can create a VM using the google cloud sdk in nodejs if…
Sim
  • 1
0
votes
0 answers

A big Problem with Cloud IAP - I need support

problem with IAP I used the option to open SSH terminal on the Cloud console to connect to VMs. 3 days before I created a new VM, configured it, tested the webserver and everything it was working normally UNTIL I decided stopped and started the…
0
votes
0 answers

Bash Script can't access proper environment variables in GCP Instance

I have tried everything to execute a manually installed command in a bash script that normally executes fine in my user shell (yigit@instance-1). I'm thinking that GCP Instances can't access proper env variables. The command that I've installed…
0
votes
1 answer

How to check Google Cloud Platform computing resource in different time zone/region efficiently?

I am working on a deep learning project recently. Because I need a large memory size and GPUs, I tried to create a deep learning VM instance on Google Cloud Platform (GCP). Deep Learning VM is a market place solution for deep learning application.…
0
votes
0 answers

GKE Pod get no route to host from new Node

In my GKE cluster, I have a node pool with 2 nodes. Also, I have an external dedicated server with a database. During the google maintenance, one of the nodes in this node pool was replaced with a new one. After this, my pods on the new node…
0
votes
1 answer

How to add HTTPS Domain for TCP ports from GCP VM instance

I have a VM running on a GCP. With TCP 0.0.0.0:26657 and 0.0.0.0:1317 exposed using firewall rules, I can access them as http://external_ip:26657 and http://external_ip:1317. Since they are HTTP I couldn't use them on my HTTPS site where I…
0
votes
0 answers

Google VM cannot receive response via REST API

I have a Google VM and would like to run the below python code to get results, however I get an error. If I type the url in the browser I get the response that tells me the error is on my side. Here I put the code as well as the error I get. I would…
NFStudio
  • 1
  • 1
0
votes
0 answers

My startup script for my Windows VM Instance is not running

I am using a VM instance in Google Cloud Console to automatically run some python scripts but it doesn't seem to be working. I have a test script called "emailtest.py", the file path of which is C:\Users\username\emailtest.py. emailtest.py…
-1
votes
1 answer

GCP VM deployment issues - The zone 'projects/xxxxx/zones/europe-west2-b' does not have enough resources available to fulfill the request

Using Cisco vManage to deploy virtual routers into Google Cloud via the automated features to create 2 new VMs (one for each router). It was working in the Europe-west2 region last month, but now gives me the error about not having enough resources.…