-
Notifications
You must be signed in to change notification settings - Fork 440
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
[bug_fix] Missing resource from OpenShift Routes prevents them to be deployed in OpenShift clusters #1337
[bug_fix] Missing resource from OpenShift Routes prevents them to be deployed in OpenShift clusters #1337
Conversation
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
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.
thanks @iblancasa , but a changelog is missing. Please run chlog-new
and fill the created file. [adding a changelog entry]
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
@iblancasa could you please paste here one links/docs for |
@pavolloffay I was not able to find documentation about this in the OpenShift documentation. When I tried to deploy the CR, the pods were not created. This is all the information I was able to collect from the Internet: |
…deployed in OpenShift clusters (open-telemetry#1337) * Add missing resource for OpenShift routes Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Add missing file Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Add missing changelog file Signed-off-by: Israel Blancas <iblancasa@gmail.com> Signed-off-by: Israel Blancas <iblancasa@gmail.com>
After #1206 , OpenShift routes are supported by the OpenTelemetry Collector Operator.
In upstream, this works because we're installing the OpenShift Routes CRD in the Kubernetes cluster. But, for OpenShift, the creation of routes don't work.
How to reproduce
When this manifest is deployed:
This error is logged in the OTEL Collector Operator:
And the Collector nor the Route are created.
Environment
OCP version:
4.11
Branch:
main
Commit:
06503f9eb1ff8dcaddcbb13c97a3fe9d5a7fbb18