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

fix(otellogs): fix configuration for filelog/container to use default settings for fingerprint_size on k8s >=1.24 #3185

Merged
merged 1 commit into from Aug 3, 2023

Conversation

kkujawa-sumo
Copy link
Contributor

@kkujawa-sumo kkujawa-sumo commented Aug 3, 2023

fix configuration for filelog/container to use default settings for fingerprint_size on k8s >=1.24

Problem with previous form of condition was observed on EKS 1.24 (I see tests for this condition so it looks like there is different form of .Capabilities.KubeVersion.Minor on EKS) - this pull request uses kubernetes.minor function which is used in other places in our Helm Chart

When fingerprint_size is set to 1kb (default value) the issue with duplicated logs is not observed, open-telemetry/opentelemetry-collector-contrib#22936

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

… settings for fingerprint_size on k8s >=1.24

When fingerprint_size is set to 1kb (default value) the issue with duplicated logs is not observed
ref: open-telemetry/opentelemetry-collector-contrib#22936
@kkujawa-sumo kkujawa-sumo marked this pull request as ready for review August 3, 2023 11:22
@kkujawa-sumo kkujawa-sumo requested a review from a team as a code owner August 3, 2023 11:22
@kkujawa-sumo kkujawa-sumo merged commit a4e7a65 into main Aug 3, 2023
41 checks passed
@kkujawa-sumo kkujawa-sumo deleted the kk-fix-condition-for-1.24 branch August 3, 2023 12:13
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

2 participants