Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anthos-bm-gcp-bash: scripts are not honoring PROJECT_ID that is being set. #645

Open
leandrosiow opened this issue Dec 15, 2023 · 1 comment
Labels
samples Issues that are directly related to samples. Stale type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@leandrosiow
Copy link

Despite setting PROJECT_ID variable, the script is somehow using the gcloud config get project settings instead, hence resources are being created in that project instead.

Example:
PROJECT_ID=aaaaaa

gcloud config get project = bbbbbb

Resources are being created in bbbbbb instead of the declared PROJECT_ID=aaaaaa

I forked the repo and will attempt to fix it.

@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Dec 15, 2023
@apeabody apeabody added the type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. label Sep 18, 2024
Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
samples Issues that are directly related to samples. Stale type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants