Skip to content

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants