Channels
datahub-flyte
scipy-2023-workshop
flyte-school
agent-support-memverge
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
bioinformatics-computational-biology
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
shameless-promotion
linkedin-flyte
random
deployment
hacktoberfest-2023
flyte-github
feature-discussions
linen-test
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#flyte-deployment
Title
# flyte-deployment
g
Gopal Vashishtha
08/08/2023, 3:35 PM
How can I specify a custom podTemplate for pods created using flyte-binary? Trying to specify
imagePullSecrets
so I can pull from a private ECR
I see
configmap.k8s
in flyte-core but not sure what the equivalent is for flyte-binary
Oh I see imagePullSecrets is
supported as a key on flyteagent
, that should be sufficient
s
Samhita Alla
08/08/2023, 4:56 PM
https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/containerization/private_images.html#private-images
g
Gopal Vashishtha
08/09/2023, 12:51 PM
Thanks for sharing, Samhita. That doc links to a section of the k8s documentation that says to manually patch the service account. I'm trying to avoid manual steps like that
2 Views
Post