Skip to content

Conversation

@rogerfdias
Copy link

When I was trying to simulate this Pipeline I always was receiving the error 403 when trying to issue this command from the CircleCI:

 gcloud container clusters get-credentials $CLUSTER_NAME --zone="us-east1-d" 

The way that I found to solve this issue is adding the project parameter, as below:

 gcloud container clusters get-credentials $CLUSTER_NAME --zone="us-east1-d" --project cicd-workshops

When I was trying to simulate this Pipeline I always was receiving the error 403 when trying to issue this command from the CircleCI:

     gcloud container clusters get-credentials $CLUSTER_NAME --zone="us-east1-d" 

The way that I found to solve this issue is adding the project parameter, as below:

     gcloud container clusters get-credentials $CLUSTER_NAME --zone="us-east1-d" --project cicd-workshops
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant