Skip to content

Pull secrets for initImage and Broker image #447

Answered by brusdev
lordigon asked this question in Q&A
Discussion options

You must be logged in to vote

The operator doesn't provide a way to define the imagePullSecrets field. To use a private registry you have the following options:

  • Configuring Nodes to Authenticate to a Private Registry
    all pods can read any configured private registries
    requires node configuration by cluster administrator
  • Pre-pulled Images
    all pods can use any images cached on a node
    requires root access to all nodes to set up

For further details see https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry

If those options doesn't work for you, feel to create a new issue, community contributions are always welcome :-)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by brusdev
Comment options

You must be logged in to vote
3 replies
@brusdev
Comment options

@brusdev
Comment options

@brusdev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants