我开始使用Google Cloud SQL创建MySQL第一代只读副本。但经过5个小时的等待,我已经放弃了。现在我无法删除实例,并尝试使用云终端删除
我放弃并删除了项目......
同时回到剧本的第一部分 -
ACCESS_TOKEN="$(gcloud auth application-default print-access-token)"
curl --header "Authorization: Bearer ${ACCESS_TOKEN}" \
--header 'Content-Type: application/json' \
--data '{"name": "food22",
"region": "us-central1",
"databaseVersion": "MYSQL_5_5",
"onPremisesConfiguration": {"hostPort": "xxx.xxx.xxx.xxx:3306"}}' -X POST
\
https://www.googleapis.com/sql/v1beta4/projects/[Project ID]/instances
我有一种令人讨厌的感觉,谷歌在我看到这个之后放弃了这个内部链接 - https://serverfault.com/questions/835108/gcp-configure-an-external-master-issue/835266并且看了答案二......
加油谷歌 - 一起行动吧!