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

Error: Failed to get existing workspaces #81

Open
ConsciousML opened this issue Mar 27, 2023 · 1 comment
Open

Error: Failed to get existing workspaces #81

ConsciousML opened this issue Mar 27, 2023 · 1 comment

Comments

@ConsciousML
Copy link

ConsciousML commented Mar 27, 2023

Hi there,

Describe the bug
When running make one-click-mlflow, I get the following error:

Error: Failed to get existing workspaces: querying Cloud Storage failed: storage: bucket doesn't exist

It seems that Terraform is unable to get my workspace.

To Reproduce

> terraform version
Terraform v1.4.2
on linux_amd64
  1. Create a project and make sure you project is part of an organization
  2. Run make one-click-mlflow
  3. See the error

Expected behavior
Terraform should recognize my workspace.

@ConsciousML ConsciousML changed the title Deployment without GCP organization Error: Failed to get existing workspaces Mar 28, 2023
@ConsciousML
Copy link
Author

I found a workaround that made it work:

gcloud auth application-default login --project $PROJECT

Apparently, this makes the script recognize the workspace.

Should we add it to the documentation ?

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

No branches or pull requests

1 participant