-
Notifications
You must be signed in to change notification settings - Fork 106
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
Add beta support for Agent Data Plane. #1383
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1383 +/- ##
==========================================
- Coverage 47.29% 47.01% -0.29%
==========================================
Files 217 217
Lines 18710 18839 +129
==========================================
+ Hits 8849 8857 +8
- Misses 9399 9520 +121
Partials 462 462
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
What does this PR do?
Adds support for the experimental Agent Data Plane project. This follows a similar path to #1269 where only an experimental CLI flag is exposed for enabling ADP support, and we're leaving the CRDs alone.
Motivation
The ADP deployment model is based around a new container, so Operator changes are necessary for internal testing.
Additional Notes
N/A
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Not tied to a standard Agent version, as this depends on a custom internal-only Datadog Agent build.
Describe your test plan
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label