Mike Lev
11/14/2021, 11:01 AMAnna Geller
KubernetesRun(labels=["your-agent-label"], image="ecr-url", image_pull_policy="IfNotPresent")
Anna Geller
nodeSelector
to ensure that your flow pod always runs on a specific node and therefore to ensure you only need to pull the image once: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-nodeMike Lev
11/14/2021, 12:44 PMimagePullPolicy
is relevant hereAnna Geller
Anna Geller