-
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
Passing the annotations and labels to the ContainerOp #1077
Passing the annotations and labels to the ContainerOp #1077
Conversation
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.
Thanks @Ark-kun . The intent with this metadata was definitely not something which we utilize at the backend - but more for frontend systems to have the ability to insert metadata which can be used to describe the component.
The PR now enables the backend to be able to utilize it as well, if needed. Thanks
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
Currently the annotations and labels are not passed from component to the ContainerOp. This PR fixes that. Fixes kubeflow#1013
beb31f5
to
addec1e
Compare
/lgtm |
…task param (kubeflow#1077) * fix underscore param by checking pipeline param instead of task param * update test cases
Currently the annotations and labels are not passed from component to the
ContainerOp
. This PR fixes that.Fixes #1013
This change is