Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Operator Image and imagePullSecret #607

Open
arichoang opened this issue Jun 1, 2023 · 2 comments
Open

Building Operator Image and imagePullSecret #607

arichoang opened this issue Jun 1, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@arichoang
Copy link

I have some concerns relative to what I have seen thus far with the Artemis Operator:

1] Do we actually need to build the operator image in order to use it?

Typically operators that are available to the community already have pre-built images that are hosted on a public docker registry

  1. Is quay.io/artemiscloud/activemq-artemis-operator:1.0.11 publicly accessible?

  2. How do we specify the imagePullSecret for the Artemis kind?

@arichoang arichoang added the enhancement New feature or request label Jun 1, 2023
@gaohoward
Copy link
Collaborator

Hi you don't have to build the operator image. you can just use the images at quay.io which are built by the ci workflow.
To specify the secret you need to give the names of the secrets in the broker CR deploymentPlan.imagePullSecrets see here

@mkrutov
Copy link
Contributor

mkrutov commented Jun 5, 2023

It's worth noting that quay.io/artemiscloud/activemq-artemis-operator has regular rebuilds, available at tag dev.latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants