Questions tagged [managed-vm]

The managed VM hosting environment lets you run App Engine applications on configurable Compute Engine Virtual Machines (VMs). The VM hosting environment offers more flexibility and provides more CPU and memory options.

41 questions
2
votes
1 answer

Are rolling updates possible with managed VMs?

We began using managed VMs over the sandboxed environment and experienced that even though multiple instances of the application were running, the platform didn't roll them out in a rolling fashion so we hit 503s on a regular base while…
Cedric Ziel
  • 1,052
  • 8
  • 21
2
votes
2 answers

Couldn't connect to the Docker daemon due to an SSL

I'm trying to deploy Managed VM (Python) on Google App / Compute Engine with command: gcloud --verbosity debug preview app deploy ./app.yaml --set-default during deployment VM instance is created but it exits on error (here is paste of last few…
2
votes
1 answer

google managedvm delete instance foverver

I recently changed the version of the app when deployment and everytime i execute gcloud compute instances list it will list out the old version, i tried manually deleting from the console and it works but after few minutes it will go back. I tried…
monmonja
  • 2,203
  • 5
  • 22
  • 33
2
votes
2 answers

Passing environment variables to Managed VM instances

How can I pass environment variables to Managed VM instances on Google App Engine? Is it possible?
1
vote
1 answer

Failure deploying AppEngine version because of Cloud Storage JSON API enablement

I am trying to deploy to Google AppEngine. (More precisely: Managed VM.) I ran gcloud preview app deploy d:\dev\mytest\yaml-war\app.yaml --version=joshua20160316d --project=mytest-test1. After about 30 minutes, it failed. The error message…
1
vote
1 answer

Is it possible to use Local SSD Storage with Google Managed VMs?

We're using Managed VMs, and can currently serve files from the local disk in the VM (which is a standard magnetic HD), as well as serving from Google Cloud Storage (which is also backed by magnetic…
Josh
  • 13
  • 2
1
vote
1 answer

Google App Engine Managed VM with automatic scaling always starts with max number of instances and then scales down

When I deploy a custom managed VM module, it always starts out with the max number of instances before it scales down. Why does this happen and is there a way around this? I suspect it is because cpu utilization is higher than the target during…
user2771609
  • 1,867
  • 1
  • 15
  • 36
1
vote
2 answers

Managed VM instance is created empty

When I run gcloud preview app deploy /yamls/app.yaml it executes with no error messages or warnings, and I see a new managed VM instance in a developer console. The problem is that this instance has a size of 0 bytes, and, obviously, does not…
Andrei Volgin
  • 40,755
  • 6
  • 49
  • 58
1
vote
3 answers

Google Cloud Debugger not working for Python AppEngine Managed VMs

As announced today in Production Troubleshooting with Cloud Debugger now available for Python, supposedly I can use Python Debugger now. I am running AppEngine Managed VMs on GCE images, so am following the guide for Setting up Python on Compute…
1
vote
1 answer

Connect to Google Cloud Datastore from Google Managed VM (Custom/Java)?

Is it possible to connect to Google Cloud Datastore from Google App Engine Custom Managed VM for Java? I believe it is possible from the Standard Managed VM, but is it possible from the Custom ones?
1
vote
3 answers

Unable to find/modify the Dockerfile of a Google App Engine Managed VM that uses a standard runtime (python27)

I want to modify the Dockerfile of a Google App Engine managed VM that uses a standard runtime (python27). I want to do this to add a C++ library that needs to be called to implement an HTTP request. This library is pretty much the only addition I…
1
vote
1 answer

google managed-VMs specify instance in URL

I use google managed-VMs. My module has several instances. I need to perform a HTTP call on each of these instances. Hence, I would like to know if there is a way to specify the recipient instance in the URL. For instance I tried:…
François Kawala
  • 436
  • 3
  • 18
1
vote
0 answers

GAE Managed VM with automatic scaling and resources config fails with HttpError 409

I'm experiencing the following error intermittently while deploying a java application to appengine using managed VMs with explicit resource configuration: Deployment failed:…
gorjusborg
  • 656
  • 4
  • 18
1
vote
0 answers

The remote RPC to the application server failed for the call datastore_v3.Put()

I'm using Google App Engine, with Java, Managed VM and maven-gcloud-plugin. When I run my app locally (mvn gcloud:run) I get random exceptions when I write to the Datastore (via Objectify) saying: The remote RPC to the application server failed for…
1
vote
1 answer

Google Managed VMs error while deploying

We just moved to VMs and while deploying we are having issues in Java Environment. The error is Error Create Config Bucket failed. during VmCreateConfigBucket. Then tried all the steps in the Google Page - deploying to Production. Nothing seems to…