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 image and tag to be specified separately for target allocators #3557

Open
rorynickolls-skyral opened this issue Dec 18, 2024 · 0 comments

Comments

@rorynickolls-skyral
Copy link

Component(s)

collector, target allocator

Describe the issue you're reporting

Currently, the image for a target allocator can be specified with the targetAllocator.image field on the OpenTelemetryCollector custom resource.

This means that it is not possible to supply an image registry and tag separately.

An example of when this would be useful is when pulling images from a private mirror but wanting to keep the tag up-to-date automatically.

Currently, to pull images from a private registry a user must also pin the target allocator tag in their custom resource. It would be preferable to only set the registry and have the operator select the target allocator tag itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant