[Backport v1.28] [Host Profiler] Remove seccomp configmap and use profile baked into image#3107
Merged
Conversation
…mage (#3061) remove seccomp configmap and use profile baked into image add seccomp profile dynamic naming based on image hash add support for separate image/tag attributes and add testing rework resolveHostProfilerImage to account for dda image override annotations add IPC_LOCK cap Co-authored-by: theo.demagalhaes <[email protected]> (cherry picked from commit df55a51)
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v1.28 #3107 +/- ##
==========================================
- Coverage 43.64% 43.44% -0.20%
==========================================
Files 350 350
Lines 30097 29994 -103
==========================================
- Hits 13135 13031 -104
- Misses 16090 16091 +1
Partials 872 872
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
theomagellan
approved these changes
Jun 8, 2026
khewonc
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport df55a51 from #3061.
What does this PR do?
Leverages the seccomp profile now bundled in the Host Profiler's image.
DataDog/datadog-agent#51545
Motivation
Before this, the seccomp profile was living in 3 different places:
datadog-operatorhelm-chartsBundling the seccomp directly in the image and using it as an
initContainerenables us the version the seccomp profile with profiler versions and maintain only one copy.Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
Used this branch alongside the datadog-agent PR's standalone image to test.
Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel