Anyone here tried to create k8s cluster in circle ...
# general
f
Anyone here tried to create k8s cluster in circle ci ? an inspiration about the use case is https://circleci.com/blog/continuous-integration-for-salesforce-applications/ I have a question !
I keep getting this error
Error: Invoke of ‘gcp:container/getEngineVersions:getEngineVersions’ failed: rpc error: code = Unknown desc = invocation of gcp:container/getEngineVersions:getEngineVersions returned an error: google: could not find default credentials. See <https://developers.google.com/accounts/docs/application-default-credentials> for more information. ()
even after setting up the service account and gcloud as explained in the tutorial.