feat(datadog-operator): enable Linux ADP default - #2879
Open
thieman wants to merge 11 commits into
Open
Conversation
Add the defaultDataPlaneEnabled.linux chart value and render it as the unconditional Operator Linux ADP flag. Document CRD precedence and Windows scope, and cover the default and explicit false renderings.
Describe the default Linux ADP behavior and the chart and CRD-level opt-out paths in the unreleased Operator chart changelog entry.
thieman
force-pushed
the
thieman/dadp-182-helm-linux-default
branch
from
August 26, 2026 18:42
b0c37e3 to
76dbd9e
Compare
This comment has been minimized.
This comment has been minimized.
- revert changelog for datadog-operator (no-version-bump) - update readme for datadog-operator
Restore the current chart version and registryMigrationMode documentation after no-version-bump automation regenerated the README with unrelated changes.
- update readme for datadog-operator
Use the environment-variable transport so charts remain installable with the currently pinned Operator image, which predates the command-line flag and safely ignores an unknown environment variable.
Document that the Linux ADP default applies to Agent 7.81 and later, while explicit workload configuration remains available for older Agent images.
- bump version for datadog-operator to 2.26.0-dev.5 (patch-version) - update changelog for datadog-operator with version 2.26.0-dev.5 - update readme for datadog-operator
Update the rendered chart-label baseline for the release automation’s 2.26.0-dev.5 version bump.
thieman
marked this pull request as ready for review
August 27, 2026 18:27
Align the Helm value documentation with the Operator-level default eligibility threshold.
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.
What this PR does / why we need it:
Enables the Agent Data Plane by default for Linux Operator-managed workloads by setting
defaultDataPlaneEnabled.linux: truein thedatadog-operatorchart. The chart passes that value to the Operator asDD_DEFAULT_DATA_PLANE_LINUX_ENABLED.The Operator keeps CRD configuration and the legacy opt-out annotation authoritative, so individual workloads can opt out with
spec.features.dataPlane.enabled: false.Which issue this PR fixes
(optional, in `fixes #(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)
Special notes for your reviewer:
2.26.0-dev.5and added the corresponding changelog entry.Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
<chartName>/minor-version,<chartName>/patch-version, or<chartName>/no-version-bump)datadogordatadog-operatorchart or value changes, update the test baselines (run:make update-test-baselines)GitHub CI takes care of the below, but are still required:
.github/helm-docs.sh)CHANGELOG.mdhas been updatedREADME.md