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

Sidecar tasks are now Pod tasks #294

Merged
merged 4 commits into from
Dec 30, 2020
Merged

Sidecar tasks are now Pod tasks #294

merged 4 commits into from
Dec 30, 2020

Conversation

katrogan
Copy link
Contributor

No description provided.

@@ -0,0 +1,3 @@
from .task import Pod

__all__ = [Pod]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the `all`` should be a list of string names of the modules you want to expose.
I think you can just skip it, refer to my new PR

Copy link
Contributor

@kumare3 kumare3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, we can wait for @jeevb to comment?

@katrogan
Copy link
Contributor Author

thanks @kumare3 also posted in flytekit slack and will wait until next week to see if anyone has strong opinions

Copy link
Contributor

@jeevb jeevb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! To clarify, does this seamlessly work with dynamic tasks?

@katrogan
Copy link
Contributor Author

@jeevb thanks for reviewing! we haven't yet ported over dynamic sidecar tasks (dynamic pod tasks?) to the new flytekit but that is in the pipeline

@katrogan katrogan merged commit 05b5dc1 into annotations Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants