My question is, does the image <some_image> ...
# ask-the-community
a
My question is, does the image <some_image> get run on each pod, if so when does
func
get run. Also if <some_image> is just run (and its entrypoint executed) how can I pass args to it?
k
we run pyflyte-execute in each pod. it will 1. download data 2. run actual function
func
3. upload data https://github.com/flyteorg/flytekit/blob/b072130a6edbf80cf5406d35c6f8a3a7a60fefbe/flytekit/bin/entrypoint.py#L95
a
ok right, so my image needs to have pyflyte-execute available on the path?
and entrypoint needs to be /bin/bash or something