Skip to content

How do I specify imagePullSecret for the task/workflow pods? #1107

Answered by kumare3
kumare3 asked this question in Q&A
Discussion options

You must be logged in to vote

There are a few ways to do this,

  • Manually: Update the default service account (or if using a specific serviceaccount then update that account) to add the imagePullSecrets. As explained here
  • Automatically: For every new project added to Flyte, Flyte runs a specific component called the ClusterResourceManager, which is responsible to keep the cluster in sync with these various requirements. This is an optional component. It essentially applies some K8s resource with a few templatable parameters to all namespaces that flyte will use.
    - For Helm an example can be seen here. The example shows how to patch the default service account.
    - For kustomize similarly - Add the template here and refer…

Replies: 1 comment 1 reply

Comment options

kumare3
Jun 8, 2021
Maintainer Author

You must be logged in to vote
1 reply
@maximsmol
Comment options

Answer selected by kumare3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation kustomize helm onboarding
2 participants