-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[release] 1.7.0 tracker #5779
Comments
Updated to 1.7.0 release, because we have big changes like upgrading MLMD store to 1.0.0 |
kubeflow/testing@03c6258 |
Issue: #6294 kfp gcp marketplace -- support section should include github issues, instead of slack channel, because maintainers only check github issues regularly. Also, we should add a link to documentations. |
Issue: #6294 mkp "use emissary executor" option tool tip is malformed, we cannot use markdown there: |
Issue: #6307 pipeline root parameter is called |
EDIT: already fixed, see #5779 (comment) Running the sample that adds integers passes the 1st time, but fails the 2nd time:
|
I think above error was fixed by 2b78d16#diff-e5ea1eac6ea305b6e11fb743d381b3d9189a086e1a88ac8bf53bf64add225977L328-R330. |
labels name is a bit confusing: Maybe we should add a documentation for this two labels. |
pipelines.kubeflow.org/cache_enabled: 'true' is for v1 and pipelines.kubeflow.org/enable_caching: 'true' is for v2 compatible and v2. We should document it somewhere |
PR: #6309 When I deploy a new AI Platform Pipelines cluster with managed storage, the v2 compatible tutorial does not work out of the box, because it's still defaulting to minio://mlpipeline bucket, but the bucket doesn't exist.
fix: we should configure default pipeline root to GCS, when managed storage is enabled. |
Issue: #6308 UI bug, for v2 compatible mode, output artifacts have URI "gcs://xxxx", but it should be "gs://xxxx", when using gcs bucket as pipeline root. |
Compiling the Vertex Pipeline sample produced an error: AttributeError: 'NoneType' object has no attribute 'command' |
My attempt to fix the TFX taxi prediction tutorial issue: I tried to download tfx dependency from the first cell of https://github.com/kubeflow/pipelines/blob/master/samples/core/parameterized_tfx_oss/taxi_pipeline_notebook.ipynb, I removed the tfx version specification flag:
I tried this as well:
but it has been very slow on my notebook to finish the download. And I cannot run them locally because tfx supports ubuntu and linux only: tensorflow/tfx#1229. |
How should cache work when everything is same except the pipeline_root? Discussed with @Bobgy @IronPan, this is the expected behavior. EDIT by @Bobgy :
|
Fix postsubmit tests: https://github.com/kubeflow/pipelines/commits/master |
We need documentation for pipeline root |
@rui5i yes, that's expected behavior for now. |
@Bobgy @rui5i Sounds good, created #6317 to track this issue. |
Until this comment, every open issue has been added to https://github.com/kubeflow/pipelines/projects/13#column-14866979. |
Hello @chensun , should we export HTML and Markdown in https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/v2/dsl/__init__.py#L23? I am not able to use them when building visualization pipeline. |
@zijianjoy visualization testing has always been an area of headache, because it needs to be done manually. I think it's possible to automate this by building an e2e test that
This can remove the need for manual testing. Recording this idea for reference, we can continue to observe how often it breaks. |
1.7.0 on Google Cloud Marketplace also released! |
UPDATE: 1.7.0 release is out! https://github.com/kubeflow/pipelines/releases/tag/1.7.0
Code release blockers:
After code release:
Docs release blockers:
DONE:
After release:
Prepare:
command
#4800The text was updated successfully, but these errors were encountered: