-
Notifications
You must be signed in to change notification settings - Fork 884
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
Bump KFP to 0.2.5 #1083
Bump KFP to 0.2.5 #1083
Conversation
I cannot build manifest tests. I got the following error when running
@richardsliu @jlewi any clue what might be wrong? I'm using kustomize v2.1.0. |
/assign @richardsliu |
@Bobgy Please take a look at this issue for the fix: kubeflow/metadata#202 Specifcally, in kustomization.yaml, change
to:
|
@richardsliu thanks, so we use kustomize v3. |
@richardsliu I updated and fixed the test. PTAL again |
Actually, there are still some problems when KFP runs.
|
@zhenghuiwang @jlewi please review the metadata grpc configmap change |
@@ -17,7 +17,7 @@ configMapGenerator: | |||
- behavior: merge | |||
envs: | |||
- params_1.env | |||
name: metadata-grpc-configmap | |||
name: grpc-configmap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this expected? I had to manually fix this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem to be right. I remember the name has to be metadata-grpc-configmap
.
cc @dushyanthsc
Added one more change to fix visualization server GCP permission. |
Okay, I think I got all basic features integrated by default.
|
This is ready for complete review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember @dushyanthsc added the grpc config map and TFX has some ENV variable hardcoded as metadata-config-map
to find the server info.
/cc @dushyanthsc can you review?
@@ -17,7 +17,7 @@ configMapGenerator: | |||
- behavior: merge | |||
envs: | |||
- params_1.env | |||
name: metadata-grpc-configmap | |||
name: grpc-configmap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem to be right. I remember the name has to be metadata-grpc-configmap
.
cc @dushyanthsc
@Bobgy If you have verified TFX works then I think it is good to be merged. /assign @dushyanthsc |
/lgtm It correctly generated |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardsliu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @richardsliu @zhenghuiwang for review! Note, metadata kustomization.yaml specified commonPrefix as |
* Cherry pick of #1083 bump kfp to 0.2.5 * Regenerate tests * fix test
Which issue is resolved by this Pull Request:
Resolves #984
Part of kubeflow/kubeflow#4929
Description of your changes:
Bump KFP to 0.2.5
Checklist:
cd manifests/tests
make generate-changed-only
make test