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

Allow easy override of the registry and pull secrets #1280

Closed
1 task
adejanovski opened this issue Apr 12, 2024 · 0 comments · Fixed by #1281
Closed
1 task

Allow easy override of the registry and pull secrets #1280

adejanovski opened this issue Apr 12, 2024 · 0 comments · Fixed by #1281
Assignees
Labels
done Issues in the state 'done'

Comments

@adejanovski
Copy link
Contributor

We currently rely on the imageConfig to set up overrides on the registry and pull secrets which are used to create the image coordinates of the pods cass-operator generates.

We don't have a similar system in k8ssandra-operator, but could get this with low effort.
The Reaper and Medusa images use the images package with the Image struct that separates the different fields that are part of image coordinates, and the pull secrets.

We can add env variables to create overrides for the default registry and the pull secret name which would allow to globally point to a specific registry.

Definition of Done

@burmanm burmanm self-assigned this Apr 12, 2024
@adejanovski adejanovski added the in-progress Issues in the state 'in-progress' label Apr 12, 2024
@adejanovski adejanovski added ready-for-review Issues in the state 'ready-for-review' review Issues in the state 'review' and removed in-progress Issues in the state 'in-progress' ready-for-review Issues in the state 'ready-for-review' labels Apr 12, 2024
@olim7t olim7t self-assigned this Apr 12, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants