@ancient-wolf-19325 how can I add a pod spec to a ShellTask. task_config does not seem to be a valid argument
j
jolly-florist-66728
09/24/2024, 9:34 PM
Currently, the
task_config
argument is not supported for
ShellTask
in Flyte. However, you can use the
pod_template
argument to achieve similar functionality. This feature is being tracked and is expected to be available soon.
Would you like more details on how to use