-
Notifications
You must be signed in to change notification settings - Fork 163
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
Jaeger Operator manifest points to unreleased versions #580
Comments
What would you suggest as a solution @iblancasa? Maybe an info that if the file does not exist, probably no version has been released yet and a link to the github release page? |
Well, something like that could be a good idea. |
I think we have options:
|
The answer depends on how quality Jaeger ecosystem offers to the users. Coordinating the release across the components probably provides the best user experience, however in this case (release 1.35.0) the Jaeger release would have to wait until the operator adds support for the OTLP (this is why the operator 1.35.0 hasn't been released yet). I would vote on decoupling the operator and jaeger releases given It is a community project. I see it as a good thing and it allows to maintain the velocity of individual components. |
I think the Operator should be changed to not depend on the exact Jaeger version. Is this issue still open? |
Describe the bug
The Jaeger Operator documentation points to the manifest file to install it in a Kubernetes cluster. When a new Jaeger release is done, the documentation points to the manifest associated with the Jaeger version. This is a problem because that Jaeger Operator file will not exists until a new release of the Jaeger Operator is done.
For instance, latest Jaeger release is 1.35 and latest Jaeger Operator is version is 1.34.1. The Jaeger documentation points to
https://github.com/jaegertracing/jaeger-operator/releases/download/v1.35.0/jaeger-operator.yaml
but that file doesn't exist yet.The text was updated successfully, but these errors were encountered: