我正在尝试使用docker-machine
在GCP上的VM实例上创建docker swarm节点。
docker-machine create swarm-node -d google --google-machine-type e2-standard-2 --google-zone europe-north1-a --google-project myproject-name
我在localhost docker-machine CLI中使用GCP服务帐户。
export GOOGLE_APPLICATION_CREDENTIALS="/home/my-name-here/.gcp/path-to-my-service-account-keyfile.json"
但是我得到了这个错误:
Error with pre-create check: "Project with ID \"myproject-name\" not found. googleapi: Error 403: Required 'compute.projects.get' permission for 'projects/myproject-name', forbidden"
如何向GCP服务帐户添加compute.projects.get
GCP IAM访问权限?
答案 0 :(得分:1)
最后我想通了,如以下解释: https://cloud.google.com/iam/docs/granting-changing-revoking-access
Compute Admin
Etvoilà