Add datadog_csi_driver to AGENT_CORECHECKS#51172
Open
adel121 wants to merge 1 commit into
Open
Conversation
adel121
commented
May 21, 2026
| "container_lifecycle", | ||
| "cpu", | ||
| "cri", | ||
| "datadog_csi_driver", |
Contributor
Author
There was a problem hiding this comment.
Note to reviewers:
I am not sure if this should have been updated as well, but it looked inline with tasks/core_checks.py
aiuto
approved these changes
May 21, 2026
s-alad
approved these changes
May 21, 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.
What does this PR do?
Add datadog_csi_driver to
AGENT_CORECHECKSso that it is shipped in/etc/datadog-agent/conf.d/datadog_csi_driver.dIt also adds
auto_conf.ymlwhich was previously missing.Motivation
These issues were masked previously because the python check had been shipping the
auto_config.yml.But now we are dropping the python integration completely in order to:
Describe how you validated your changes
Built custom image of the agent and verified the files are shipped correctly and the csi driver check runs successfully by default.
Additional Notes
Also tried to set an unsupported flag in the check config, and it worked without issues:
To validate that this works without the python side, I built the custom agent image against
7.65.1which didn't include the python check, and validated the check config is loaded and running successfully.