<#3196 [Core feature] [Pod plugin] UX and example ...
# flytekit
a
#3196 [Core feature] [Pod plugin] UX and example improvements Issue created by kumare3 Motivation: Why do you think this is important? Example for using Pod features is overly complicated. Also the pod plugin does not make it simply possible to add pod-spec related features like node-selector etc. it is possible to do this
Copy code
@task(
        task_config=Pod(
            pod_spec=V1PodSpec(
                containers=[],
                node_selector={"node_group": "memory"},
            ),
        ),
        requests=Resources(
            mem="1G",
        ),
    )
    def my_pod_task():
        ...
Goal: What should the final outcome look like, ideally? Improve the example and point to the new pod plugin Describe alternatives you've considered NA Propose: Link/Inline OR Additional context No response Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte