Skip to content
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

Conversation

Ark-kun
Copy link
Contributor

@Ark-kun Ark-kun commented Apr 3, 2019

Currently the annotations and labels are not passed from component to the ContainerOp. This PR fixes that.

Fixes #1013


This change is Reviewable

Copy link
Contributor

@animeshsingh animeshsingh left a 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

@Ark-kun
Copy link
Contributor Author

Ark-kun commented Apr 4, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Currently the annotations and labels are not passed from component to the ContainerOp. This PR fixes that.

Fixes kubeflow#1013
@Ark-kun Ark-kun force-pushed the Passing-the-annotations-and-labels-to-the-ContainerOp branch from beb31f5 to addec1e Compare April 9, 2019 01:37
@k8s-ci-robot k8s-ci-robot added size/S and removed size/M labels Apr 9, 2019
@gaoning777
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot merged commit 929ff52 into kubeflow:master Apr 9, 2019
@Ark-kun Ark-kun deleted the Passing-the-annotations-and-labels-to-the-ContainerOp branch April 9, 2019 19:05
HumairAK pushed a commit to red-hat-data-services/data-science-pipelines that referenced this pull request Mar 11, 2024
…task param (kubeflow#1077)

* fix underscore param by checking pipeline param instead of task param

* update test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Users should be able to add metadata to component.yaml
5 participants