-
Notifications
You must be signed in to change notification settings - Fork 144
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
Only run providers that are referenced in the policy #6169
base: main
Are you sure you want to change the base?
Only run providers that are referenced in the policy #6169
Conversation
This pull request does not have a backport label. Could you fix it @blakerouse? 🙏
|
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
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.
Looks good overall, had some questions about the design and intended control flow.
Quality Gate passedIssues Measures |
What does this PR do?
This updates the Elastic Agent to only run composable providers if they are referenced in the policy.
Why is it important?
This change provides the following benefits:
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration files./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E test(covered by unit tests)Disruptive User Impact
None. As it still runs all those that are referenced from the user.
How to test this PR locally
Run the elastic-agent container with just the system integration and notice that it doesn't require access to the Kubernetes API any more.
Related issues