我和我的所有同事也不能再使用ssh网络登录,这意味着我们已经被锁在我们自己的服务器之外!其他可能影响此问题的命令$ gcloud compute ssh dev-mycomp-noEnter same passphrase again:
Your identification has been saved in /home/carlerik/.ssh/
我遵循GoogleCloud Platform的指南,使用CloudSQL Proxy和公共IP地址(https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine)通过GKE集群连接到CloudSQL实例。Engine service acc
我正在按照GKE接入云SQL的操作步骤进行操作:https://cloud.google.com/sql/docs/postgres/connect-kubernetes-engine 它说的是你的-Googlecloud默认创建"ComputeEngine default service account“。我应该选择这个账号还是只为GKE创建另一个服务账号?推