Skip to content

make one-click-mlflow not working after make destroy because of undeleted bucket #79

Open
@pol-defont-reaulx

Description

Describe the bug
Problem encountered by @ucsky. Running make one-click-mlflow is not working after make destroy because of the artifacts' bucket which still exists.
Got the following error:


Setting up your GCP project...
╷
│ Error: googleapi: Error 409: You already own this bucket. Please select another name., conflict
│ 
│   with module.bucket_backend.google_storage_bucket.this,
│   on ../modules/mlflow/artifacts/main.tf line 18, in resource "google_storage_bucket" "this":
│   18: resource "google_storage_bucket" "this" {

To Reproduce
Steps to reproduce the behavior:

  1. run make one-click-mlflow and finish it
  2. run make destroy
  3. run make one-click-mlflow
  4. See error

Expected behavior
The second command make one-click-mlflow should work

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions