cloud-barista / cb-ladybug

Cloud-Barista Multi-Cloud Application Runtime Framework : Support Multi-Cloud Kubernetes Service
Apache License 2.0
11 stars 11 forks source link

GCP "Project name" -> "Project ID" #73

Closed jihoon-seo closed 3 years ago

jihoon-seo commented 3 years ago

What happened : https://github.com/cloud-barista/cb-ladybug/tree/master/docs/test#gcp

$ export PROJECT="<project name>"
$ export PKEY="<private key>"
$ export SA="<service account email>"

이렇게 되어 있는데 project name 이 아니라 project ID 가 맞을 것 같습니다.

What you expected to happen :

How to reproduce it (as minimally and precisely as possible) :

Anything else we need to know? :

Environment

Proposed solution :

Any other context :

sykim-etri commented 3 years ago

실행해보진 않았습니다만 아래 코드로 보아 Project ID가 맞는 것으로 보이고 단순 오타로 봐주시면 좋겠습니다. 추후 변경하도록 하겠습니다. 감사합니다. https://github.com/cloud-barista/cb-ladybug/blob/7590053284653103a7ea2fec9ce87dc046c6a0cb/docs/test/connectioninfo-create.sh#L212

sykim-etri commented 3 years ago

80 closed