Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-compute-engine]

Google Compute Engine offers scalable and flexible virtual machine computing capabilities in the cloud.

google-compute-engine
0 votes
0 answers
13 views

GKE Ingress Error: "Missing one or more resources. If resource creation takes longer than expected, you might have an invalid configuration."

I am using helm to deploy an GCE external ingress on a GKE cluster but i kept getting this error Missing one or more resources. If resource creation takes longer than expected, you might have an ...
Suraj Auwal's user avatar
0 votes
0 answers
16 views

Google Compute Not Saving /etc/init.d/script

I created a my own init.d script: using bash on command shell: sudo nano /etc/init.d/myscript Here is my script: #!/bin/sh case "$1" in start) echo "Starting my script" /...
user914425's user avatar
  • 16.5k
0 votes
0 answers
13 views

Attempting multiprocessing with GCP TPUs but the shell dies unexpectedly

I have access to 32 preemptible Cloud TPU v4 chips in a US zone and am attempting to run my PyTorch model using the following Python code: import os import sys import pickle import torch_xla....
Pranjal Garg's user avatar
0 votes
0 answers
63 views

Not able to create Virtual Machine [closed]

I have added one principal with my another google email address and provided the role "Compute Admin". Now when I logged in to the console with that google account and try to create a new ...
Sudipta Deb's user avatar
0 votes
1 answer
33 views

Keycloak NextAuth Timeout Error with Cloud Run and GCE

I'm deploying a website using authentication via Keycloak. The frontend of the website is deployed on Google Cloud Run, and the Keycloak server is running in a container on a Google Compute Engine ...
penguinn's user avatar
0 votes
1 answer
30 views

What is the fee for GCP Custom Image sharing between regions

I'm new to GCP and have some experience with both Azure and AWS. In my work, need to have a custom image in one project and share it publicly across multiple regions. In both AWS and Azure I have to ...
Yogev h's user avatar
0 votes
0 answers
25 views

How do I create a GCE VM with an external IP using Deployment Manager?

I'm trying to use Google Cloud Deployment Manager to create a GCE VM instance with an external ephemeral IP address when network is set to something other than "default". What I mean by the ...
petedogg's user avatar
1 vote
0 answers
47 views

TPU V4-64 Runtime Error: TPU initialization failed: Failed to establish SliceBuilder grpc channel

During the TPU Research Program, I tried to use TPU V4-64 as I have 32 free on-demand TPU V4 chips. However, unlike TPU V4-8, the test codes provided in the tutorial didn't work whenever I used TPU V4-...
gnsrnjs's user avatar
  • 11
0 votes
0 answers
51 views

ModuleNotFoundError: No module named 'photo_app.wsgi'

I'm trying to deploy my Django application using Gunicorn and systemd on an Ubuntu server. However, the Gunicorn service fails to start with the following error. **ModuleNotFoundError: No module named ...
Gopi Kumar Kaushik's user avatar
0 votes
0 answers
41 views

How to increase resource limits for ephemeral storage on GKE

We've got a few batch processing jobs running on GKE/Kubernetes that need anywhere between 30-250Gi of temporary disk space to execute. In order to make them work without (slow) PVCs, we've now added ...
pudo's user avatar
  • 1
0 votes
0 answers
37 views

OCFS2 on Google Cloud Platform GCP/GCE - FATAL: Module ocfs2_dlmfs not found linux-modules-extra

I installed OCFS2 on my google cloud server, when I try bringing o2cb online, I get this error: Loading filesystem "ocfs2_dlmfs": Unable to load filesystem "ocfs2_dlmfs" Failed The ...
Tacoma50's user avatar
0 votes
1 answer
148 views

How to pull GCR images from a GCE instance through GitHub Actions

I am implementing my GitHub Action workflow file which is supposed to update my docker images hosted on GCR, and then log into my GCE instance to pull the newly updated images with docker compose. The ...
chlouska's user avatar
0 votes
0 answers
48 views

Cannot transfer files from Cloud Build to Compute Engine with SCP via internal IP

I'm currently using Cloud Build to build HTML and JavaScript codes when they're pushed to a specific repository on GitHub. After build process is completed, files and folders are transferred to a ...
tipotto's user avatar
0 votes
1 answer
89 views

GCP Services (GCE, GKE, SQL) shown as "Networking" in Billing reports

This is how my billing report looks, grouped by Service: In above period of time, I was using 4 services in my GCP project: a GKE standard cluster a GCE VM an SQL postgresql instance a temporary GKE ...
Rahadian Panji's user avatar
0 votes
0 answers
25 views

Intermittent Process Stoppage with Requests Library in Django App on Google Compute Engine When Using Gemini API

I am developing a web application with Django. The environment is n2-standard-2(debian) on Google Compute Engine. I am using the requests library to make a request to use gemini-1.5-flash using the ...
渡邉孝之's user avatar

15 30 50 per page
1
2 3 4 5
452