Skip to content

How to use custom image for each flow deployment in kubernetes worker pool #11200

Closed Answered by schwannden
schwannden asked this question in Q&A
Discussion options

You must be logged in to vote

turns out there is .deploy, so nice! I am guessing through prefect.yaml it can be overwritten by job_variables

if __name__ == "__main__":
    firstrun_flow.deploy( # type: ignore
        name="example",
        image="custom image here",
        build: False,
        push: False,
    )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by schwannden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant