Skip to content

feat(datadog-operator): enable Linux ADP default - #2879

Open
thieman wants to merge 11 commits into
mainfrom
thieman/dadp-182-helm-linux-default
Open

feat(datadog-operator): enable Linux ADP default#2879
thieman wants to merge 11 commits into
mainfrom
thieman/dadp-182-helm-linux-default

Conversation

@thieman

@thieman thieman commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

What this PR does / why we need it:

Enables the Agent Data Plane by default for Linux Operator-managed workloads by setting defaultDataPlaneEnabled.linux: true in the datadog-operator chart. The chart passes that value to the Operator as DD_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:

  • This intentionally has no image-version guard; release coordination ensures the chart selects an Operator version that supports the flag.
  • Windows is not affected. A future Windows-specific chart value can be introduced with the corresponding Operator support.
  • The Operator applies this default only to selected Agent images at version 7.83 or later. Explicit CRD and legacy-annotation opt-ins remain authoritative for older Agent images.
  • Companion Operator implementation: DataDog/datadog-operator#3401.
  • Chart release automation bumped the chart to 2.26.0-dev.5 and added the corresponding changelog entry.

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • All commits are signed and show as "Verified" on GitHub (see: signing commits)
  • Chart Version semver bump label has been added (use <chartName>/minor-version, <chartName>/patch-version, or <chartName>/no-version-bump)
  • For datadog or datadog-operator chart or value changes, update the test baselines (run: make update-test-baselines)

GitHub CI takes care of the below, but are still required:

  • Documentation has been updated with helm-docs (run: .github/helm-docs.sh)
  • CHANGELOG.md has been updated
  • Variables are documented in the README.md

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 thieman added the datadog-operator/patch-version Patch version bump for datadog-operator chart label Aug 26, 2026
@github-actions github-actions Bot added the chart/datadog-operator This issue or pull request is related to the datadog-operator chart label Aug 26, 2026
@thieman thieman added datadog-operator/no-version-bump Skip version bump for datadog-operator chart and removed datadog-operator/patch-version Patch version bump for datadog-operator chart labels Aug 26, 2026
@thieman
thieman force-pushed the thieman/dadp-182-helm-linux-default branch from b0c37e3 to 76dbd9e Compare August 26, 2026 18:42
@datadog-prod-us1-6

This comment has been minimized.

dd-octo-sts Bot and others added 3 commits August 26, 2026 18:43
- 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.
@thieman thieman added datadog-operator/patch-version Patch version bump for datadog-operator chart and removed datadog-operator/no-version-bump Skip version bump for datadog-operator chart labels Aug 27, 2026
dd-octo-sts Bot and others added 2 commits August 27, 2026 16:43
- 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
thieman marked this pull request as ready for review August 27, 2026 18:27
@thieman
thieman requested review from a team as code owners August 27, 2026 18:27
Align the Helm value documentation with the Operator-level default eligibility threshold.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart/datadog-operator This issue or pull request is related to the datadog-operator chart datadog-operator/patch-version Patch version bump for datadog-operator chart

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant