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

Create a separate bundle for OpenShift installations #3056

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iblancasa
Copy link
Contributor

Description: create a separate bundle for OpenShift platform.

Resolves: #3054

@iblancasa iblancasa requested a review from a team as a code owner June 20, 2024 17:13
@iblancasa iblancasa changed the title Create a separate bundle for OpenShift installations [chore] Create a separate bundle for OpenShift installations Jun 20, 2024
@iblancasa iblancasa marked this pull request as draft June 20, 2024 17:46
@iblancasa iblancasa marked this pull request as ready for review June 20, 2024 19:11
@pavolloffay
Copy link
Member

Could you please create a changelog entry for this?

Makefile Outdated Show resolved Hide resolved
config/manager/kustomization.yaml Outdated Show resolved Hide resolved
@pavolloffay
Copy link
Member

The contributing.md should be probably updated as well

@iblancasa
Copy link
Contributor Author

Could you please create a changelog entry for this?

Sure. I'll do.

@iblancasa iblancasa changed the title [chore] Create a separate bundle for OpenShift installations Create a separate bundle for OpenShift installations Jun 25, 2024
@@ -6,7 +6,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing,Monitoring
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being changed?

bundle/community/bundle.Dockerfile Show resolved Hide resolved
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
Copy link
Member

@pavolloffay pavolloffay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


$(OPERATOR_SDK) bundle validate ./bundle/community
$(OPERATOR_SDK) bundle validate ./bundle/openshift
rm bundle.Dockerfile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing the bundle dockerfile? It was moved to ./bundle/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is generated again

- op: add
path: "/spec/template/spec/containers/0/args"
value:
- --metrics-addr=127.0.0.1:8080
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to enable the RBAC creation flag as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That flag does nothing now.

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

Successfully merging this pull request may close these issues.

None yet

3 participants