[Core Feature] Customize PodSpec for Pod tasks #1050
Labels
enhancement
New feature or request
flytekit
FlyteKit Python related issue
plugins
Plugins related labels (backend or frontend)
Milestone
Motivation: Why do you think this is important?
It should be possible to customize a pod spec for Pod Tasks further than just defining the pod spec. For example, users should be able to specify labels and annotations.
Goal: What should the final outcome look like, ideally?
Pod tasks expose an interface for modifying most components of a PodSpec
Describe alternatives you've considered
[Optional] Propose: Link/Inline OR Additional context
Add an alternative target:
which represents a marshalled Pod [see below for definition] which will be used alongside the existing task definition to run the Pod flyte task.google.protobuf.Struct pod_spec = X;
The text was updated successfully, but these errors were encountered: