当我做google云平台教程来部署一个spring引导java web应用程序https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/helloworld-springboot时
我遇到了以下错误:
INVALID_ARGUMENT: Flexible Environment deployments are not supported in the apps region 'europe-west'.是否有一种方法不使用灵活的环境部署(或使其工作)。我甚至找不到yaml文件的其他可能值。
runtime: java
env: flex
runtime_config: # Optional
jdk: openjdk8
handlers:
- url: /.*
script: this field is required, but ignored
secure: always # Require HTTPS
manual_scaling:
instances: 1https://stackoverflow.com/questions/41287000
复制相似问题