[google-appengine] Re: Appengine routing rules not working ...

2016-09-15 Thread Paul Canning
Some of the app engine console was updated. Instead of setting a "default" version, it now uses traffic splitting. So your live version is the default, as it gets 100% of the traffic. I also believe you cannot dispatch to specific module versions. Dispatch.yaml only allows routing to a module (

[google-appengine] Dispatch routing to specific module

2016-09-15 Thread Paul Canning
Is there anyway to achieve this at all? We are currently using a specific version, "dev", of our module, alongside the live version. Ideally we want to use a custom subdomain to point to the dev version, rather then using the horrible long URL. However, as stated here, https://cloud.google.com

[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-09-15 Thread Geoffroy Lesage
Hi Nicholas, I am able to see it on the container Registry however I seem unable to pull it... I should mention that I deleted all versions except the latest under

[google-appengine] Cant get-credentials cluster

2016-09-15 Thread Maxi Moretti
I cant get-credentials: PS C:\projects\kubernetes> gcloud container clusters list NAME ZONE MASTER_VERSION MASTER_IP MACHINE_TYPE NODE_VERSION NUM_NODES STATUS tl-test us-central1-f 1.3.6 104.198.54.64 f1-micro 1.3.6 3 RUNNING PS C:\proje

[google-appengine] Re: Error Response: [3] Docker image appengine.gcr.io/gcloud/project_id.version.time was either not found, or you do not have access to it.

2016-09-15 Thread Geoffroy Lesage
Nevermind I am able to pull it once I navigate inside the correct directory. Is there anything I can do with that image to help with this issue? On Thursday, September 15, 2016 at 10:46:10 AM UTC-5, Geoffroy Lesage wrote: > > Hi Nicholas, > > I am able to see it on the container Registry however

[google-appengine] Re: Appengine routing rules not working ...

2016-09-15 Thread Aaron Alpar
Paul, Thank you for your reply. Are you asserting that the documentation at https://cloud.google.com/appengine/docs/python/how-requests-are-routed is obsolete? - Aaron On Thursday, September 15, 2016 at 3:24:56 AM UTC-7, Paul Canning wrote: > > Some of the app engine console was updated. > >

[google-appengine] Re: Development Toolkit

2016-09-15 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Weilies, You should be able to use a general purpose IDE for your language, and simply make it aware of the relevant libraries and APIs. If you let us know a specific language we can probably provide a more detailed overview of what's out there. Cheers, Nick Cloud Platform Community Supp