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

Adds support for RedHat OpenShift clusters #732

Merged
merged 6 commits into from
Sep 23, 2024

Conversation

etichy
Copy link
Contributor

@etichy etichy commented Sep 20, 2024

Our collector should be able to run on openshift cluster.

Limitations:

@etichy etichy requested a review from a team as a code owner September 20, 2024 11:30
@jaroslav-fedor-swi jaroslav-fedor-swi changed the title NH-90410 - Support for openshift clusters Adds support for Oopenshift clusters Sep 20, 2024
@jaroslav-fedor-swi jaroslav-fedor-swi changed the title Adds support for Oopenshift clusters Adds support for OpenShift clusters Sep 20, 2024
@jaroslav-fedor-swi jaroslav-fedor-swi changed the title Adds support for OpenShift clusters Adds support for RedHat OpenShift clusters Sep 20, 2024
@@ -31,11 +31,20 @@ spec:
spec:
terminationGracePeriodSeconds: {{ .Values.otel.node_collector.terminationGracePeriodSeconds }}
serviceAccountName: {{ include "common.fullname" . }}
hostNetwork: true
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need to be on host metric everywhere or only on openshift?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is due to INFRA nodes, we can make it conditional only for openshift.

Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need to mount node collector to host network interface? Even in openShift?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hostNetwork option solves issues with access to journal logs and wr access to checkpoints folder. We decided that as first draft we go out with this not optimal solution and in operator we will deal with it properly.

@etichy etichy merged commit 84e81a4 into master Sep 23, 2024
12 checks passed
@etichy etichy deleted the NH-90410-suport-for-openshift-clusters branch September 23, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants