在我的GCP项目中,我正在尝试将Cloud SQL从一个子网移动到另一个子网。基本上,我创建了一个Cloud SQL实例,该实例使用google托管服务连接,IP范围由Google默认分配。我想要切换到我自己的CIDR,我通过创建的托管服务连接进行设置。
我正在遵循中的步骤,尝试切换到临时网络/私有网络,然后使用自己的托管服务连接连接回我的自定义私有网络。
$gcloud --project=myprj beta sql instance patch mydbid --network=tmp_vpc --no-assign-ip
The following message will be us