设置SDK的项目ID: $ gcloud config set project pkslow 检查一下设置是否正确: $ gcloud auth list Credentialed Accounts ACTIVE ACCOUNT * admin-for-all@pkslow.iam.gserviceaccount.com To set the active account, run: $ gcloud config set account `ACCOUNT` $ gcloud config list [core] account = ad...
部署时,应用程序变量使用gclouddeploy抛出错误。我不得不使用gcloudapp deploy --project [YOUR_PROJECT_ID]。因此,以前是项目的目录级设置,现在进入我们的构建工具。例如,如果我做了gcloudconfig set project proj1,然后以某种方式在proj2中做了 浏览4提问于2017-07-07得票数14...
$ gcloud config set project pkslow 1. BashCopy 检查一下设置是否正确: $ gcloud auth list Credentialed Accounts ACTIVE ACCOUNT * admin-for-all@pkslow.iam.gserviceaccount.com To set the active account, run: $ gcloud config set account `ACCOUNT` $ gcloud config list [core] account = admin-...
设置SDK的项目ID: $ gcloud configsetproject pkslow 检查一下设置是否正确: $ gcloud auth list Credentialed Accounts ACTIVE ACCOUNT * admin-for-all@pkslow.iam.gserviceaccount.com Tosetthe active account, run: $ gcloud configsetaccount `ACCOUNT` $ gcloud config list [core] account = admin-for-a...
...安装完成后,你可以通过运行以下命令进行设置: gcloud auth login 你还需安装 Docker,将其连接到 GCR 上,方便你进行容器推送: gcloud auth configure-docker...gcloud components install kubectl gcloud config set project PROJECT_ID gcloud config set compute/zone...连接 DNS 我们需要 A 为集群的节点设置 ...
$ gcloud config set project pkslow 检查一下设置是否正确: $ gcloud auth list Credentialed Accounts ACTIVE ACCOUNT * admin-for-all@pkslow.iam.gserviceaccount.com To set the active account, run: $ gcloud config set account `ACCOUNT` $ gcloud config list ...
PROJECT_ID=your-project-id Connect gcloud to thisPROJECT_ID, which will be where the Landscape virtual machine is going to be launched: gcloud config set project $PROJECT_ID The available cloud zones and cloud regions where virtual machines can be run, can be listed with this command: ...
命令执行失败,提示未设置项目: 解决方法:使用 gcloud config set project [PROJECT_ID] 命令设置当前的工作项目。 访问令牌过期: 解决方法:访问令牌通常是短期的,有效期一般为1小时。如果令牌过期,重新执行 gcloud auth print-access-token 命令即可获取新的令牌。5...
.setDisplayName("Test instance") .setInstanceConfigId(instanceConfig) .build() ) .get(); return instanceId; } private void createDatabase(Spanner spanner) throws InterruptedException, ExecutionException { DatabaseAdminClient dbAdminClient = spanner.getDatabaseAdminClient(); ...
Set the current project using gcloud config set project <PROJECT_ID> Connect to your VM instance using gcloud compute ssh <INSTANCE_NAME> If you connect for the first time, you will be asked "Would you like to install the Nvidia driver?". Input y. It should take 1 min or so. Run th...