GoogleCloudPlatform / mlops-on-gcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TFX on Cloud AI Platform Pipelines: Bucket not created by default

jpatokal opened this issue · comments

In Lab 02, for "Exercise: build your pipeline with the TFX CLI", the instructions state:

- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix.

But no such bucket is created by default, you need to create it manually.

Ran into the same issue in CI/CD for a TFX pipeline.

Hi @jpatokal , I believe these labs should be understood as running on top of the setup instructions here, do you experience this issue (and/or your related issues #126 #125 #123 ) even after following those setups?