Skip to content

fix: add affinity from events statefulset #3935

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

echlebek
Copy link
Contributor

@echlebek echlebek commented May 22, 2025

It appears that affinity from the instrumentation pod was included incorrectly.

Closes #3830

echlebek added 2 commits May 22, 2025 12:55
Signed-off-by: Eric Chlebek <[email protected]>
@echlebek echlebek changed the title otelcol: add statefulset affinity when specified fix: add affinity from events statefulset May 22, 2025
@echlebek echlebek marked this pull request as ready for review May 22, 2025 19:57
@echlebek echlebek requested a review from a team as a code owner May 22, 2025 19:57
{{- if not (empty (include "otelcolInstrumentation.statefulset.affinity" .)) }}
{{ include "otelcolInstrumentation.statefulset.affinity" . | indent 8 }}
{{- if not (empty (include "events.statefulset.affinity" .)) }}
{{ include "events.statefulset.affinity" . | indent 8 }}
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, thanks for pointing me to that!

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.

Affinity in sumologic-sumologic-otelcol-events StatefulSet is Discarded
2 participants