-
Notifications
You must be signed in to change notification settings - Fork 104
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
Added DNSpolicy and DNSConfig overrides #1233
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 #1233 +/- ##
==========================================
- Coverage 59.33% 59.30% -0.03%
==========================================
Files 177 177
Lines 22371 22390 +19
==========================================
+ Hits 13273 13279 +6
- Misses 8286 8299 +13
Partials 812 812
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
* Squashed and signed commits * merge main into DNSoverrides
What does this PR do?
CECO-1252(https://datadoghq.atlassian.net/browse/CECO-1252
DNS config and DNS policy overrides were migrated to v2 from v1. This change fixes that.
A brief description of the change being made with this pull request.
DNS config + policy added to overrides and unit tested.
Motivation
What inspired you to submit this pull request?
#1144
https://datadoghq.atlassian.net/browse/CONS-6318
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 manifest for the datadog-agent on a kind local cluster:
The resulting change in the agent pod CRD:
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label