-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[OTel] Remove explicit tags for Collector image #15586
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
Conversation
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@@ -313,7 +308,7 @@ To use the OpenTelemetry Operator: | |||
spec: | |||
mode: daemonset | |||
hostNetwork: true | |||
image: otel/opentelemetry-collector-contrib:0.59.0 | |||
image: otel/opentelemetry-collector-contrib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this then defaults to latest, based on the description of the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using latest tag in k8s environment is dangerous. It depends on https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy , whether the collector is using latest image or not. And also it can happen that multiple nodes will have multiple versions running.
Telling people to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping #documentation on Slack if you need this merged. I'm not merging now, since I see there is still some discussion going on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed offline, we should be ok following the convention established by agent.
What does this PR do?
Remove requirement for using a pinned version of the Collector. In general, we want users to use the latest version.
Motivation
open-telemetry/opentelemetry-collector-releases/issues/73 was fixed.
Additional Notes
Reviewer checklist