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

Add the imagePullPolicy configuration option for the auto instrumentation images #3268

Open
rogercoll opened this issue Sep 6, 2024 · 0 comments
Labels
enhancement New feature or request needs triage

Comments

@rogercoll
Copy link

Component(s)

auto-instrumentation

Is your feature request related to a problem? Please describe.

Go auto-instrumentation works differently compared to other languages. Each version of Go auto-instrumentation supports up to a specific Go version. This means that new applications compiled with the latest Go version won’t be automatically instrumented until the corresponding auto-instrumentation tool releases an updated version with support for it.

Describe the solution you'd like

We would like the Operator to auto pull the latest auto-instrumentation image if configured to do so, this will remove the need of manually bumping the version whenever there is a Go (and auto-instrumentation) release.

A configuration option like imagePullPolicy so the image can be pulled "Always".

Describe alternatives you've considered

No response

Additional context

No response

@rogercoll rogercoll added enhancement New feature or request needs triage labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

1 participant