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

feat(fluent-bit): drop all capabilities for container #2151

Merged
merged 3 commits into from
Feb 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- chore: bump sumo ot distro to 0.0.50-beta.0 [#2127][#2127]
- feat(metrics): drop container label for non-container kube state metrics [#2144][#2144]
- feat(fluent-bit): drop all capabilities for container [#2151][#2151]

### Fixed

Expand All @@ -30,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2134]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2134
[#2143]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2143
[#2144]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2144
[#2151]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2151

## [v2.5.2]

Expand Down
5 changes: 4 additions & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -974,8 +974,11 @@ fluent-bit:
## Add custom pod annotations to fluent-bit daemonset pods
podAnnotations: {}

securityContext:
capabilities:
drop:
- ALL
## Set securityContext of fluent-bit daemonset containers as privileged for running in Openshift
# securityContext:
# privileged: true

env:
Expand Down