Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 对于某些云sql实例,gcloud sql数据库列表操作始终失败_Google Cloud Platform_Google Cloud Sql_Gcloud_Google Cloud Sdk_Google Cloud Shell - Fatal编程技术网

Google cloud platform 对于某些云sql实例,gcloud sql数据库列表操作始终失败

Google cloud platform 对于某些云sql实例,gcloud sql数据库列表操作始终失败,google-cloud-platform,google-cloud-sql,gcloud,google-cloud-sdk,google-cloud-shell,Google Cloud Platform,Google Cloud Sql,Gcloud,Google Cloud Sdk,Google Cloud Shell,我正在运行以下gcloud命令,其中myinstance1是一个MySQL实例 gcloud sql databases list --instance=myinstance1 --format="value(name)" 然而,我始终会遇到以下两个错误之一,这是gcloud(因为它仍处于测试阶段)的问题还是MySQL实例的问题 ERROR: (gcloud.sql.databases.list) HTTPError 503: Service temporarily unavailable.

我正在运行以下gcloud命令,其中myinstance1是一个MySQL实例

gcloud sql databases list --instance=myinstance1 --format="value(name)"
然而,我始终会遇到以下两个错误之一,这是gcloud(因为它仍处于测试阶段)的问题还是MySQL实例的问题

ERROR: (gcloud.sql.databases.list) HTTPError 503: Service temporarily unavailable. This is most likely a transient error. Please retry.

ERROR: (gcloud.sql.databases.list) HTTPError 400: This operation isn"t valid for this instance.

我发现这些API调用失败的实例处于停止状态