-
Notifications
You must be signed in to change notification settings - Fork 148
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
[8.17](backport #6345) [helm] fleet mode fixes #6426
base: 8.17
Are you sure you want to change the base?
Conversation
* fix: allow fleet mode to do the necessary k8s changes for enabled integrations * fix: make kubernetes integration enabled by default * fix: enable leader election for fleet mode unless explicitly disabled by user * fix: enable hostNetwork for perNode preset (cherry picked from commit 0d94ead) # Conflicts: # deploy/helm/elastic-agent/examples/kubernetes-hints-autodiscover/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/multiple-integrations/rendered/manifest.yaml # deploy/helm/elastic-agent/templates/integrations/_kubernetes/_preset_pernode.tpl
Cherry-pick of 0d94ead has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
This pull request has not been merged yet. Could you please review and merge it @pkoutsovasilis? 🙏 |
Quality Gate passedIssues Measures |
What does this PR do?
This PR introduces several fixes to the Elastic Agent Helm chart regarding Fleet Mode deployments:
hostNetwork=true
forperNode
(Daemonset
) agent preset, used by kubernetes and system integrationsWhy is it important?
These changes are critical as they address bugs 🙂
Checklist
[ ] I have added an entry in./changelog/fragments
using the changelog tool[ ] I have added an integration test or an E2E testDisruptive User Impact
N/A
How to test this PR locally
Related issues
/var/log/containers/
on Elastic-Agent pod, thus no logs are ingested #6204This is an automatic backport of pull request #6345 done by [Mergify](https://mergify.com).