i’m trying to pull images from a private container...
# ask-the-community
c
i’m trying to pull images from a private container image registry by following these instructions and running into a hiccup. we’re using ghcr.io. i have the token for a service account. i can pull images locally (on my laptop) from the private registry. i’m confused about what comes next. a some questions: • the docs say “Use a custom pod template to create a pod. This template is automatically added to every
pod
that Flyte creates.” does that custom pod template get created in the
flytepropeller
deployment? what should be included in that template? im assuming it should specify an image that has a docker config with the auth data. but that image would have to be public? so i think im missing something there. • the docs then say “Update FlytePropeller about the pod created in the previous step.” does that mean to update the
flyte-propeller-config
configmap value
co-pilot.yaml.plugins.k8s.default-pod-template-name
to whatever the
name
value was in the pod template defined in the previous step?
y
i think you only need one of those. if you use the service account i don’t think you need to use the default pod template.
👍 1
167 Views