-
Notifications
You must be signed in to change notification settings - Fork 68
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 docs for installing agent using Helm #1375
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/install-on-kubernetes-using-helm.asciidoc
Outdated
Show resolved
Hide resolved
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.
LGTM, thank you @kilfoyle
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.
I left some comments and suggestions, but didn't mark all instances in all files. If you like the suggestions, it'll be easier to search/replace in VS Code rather than trying to apply GitHub suggestions. If you don't, then that's fine, too.
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-fleet-managed-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc
Outdated
Show resolved
Hide resolved
docs/en/ingest-management/elastic-agent/example-kubernetes-standalone-agent-helm.asciidoc
Show resolved
Hide resolved
@karenzone, thanks for the excellent feedback! 🙏 |
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.
Nice work @pkoutsovasilis and @kilfoyle.
LGTM 🚀
* Add docs for installing agent using Helm * Fixup * Add link to examples; Note to use 8.16 branch * Address Karen's feedback * Add link to Helm install from 'Deployment models' page (cherry picked from commit 160c9fd)
* Add docs for installing agent using Helm * Fixup * Add link to examples; Note to use 8.16 branch * Address Karen's feedback * Add link to Helm install from 'Deployment models' page (cherry picked from commit 160c9fd)
* Add docs for installing agent using Helm * Fixup * Add link to examples; Note to use 8.16 branch * Address Karen's feedback * Add link to Helm install from 'Deployment models' page (cherry picked from commit 160c9fd) Co-authored-by: David Kilfoyle <[email protected]>
* Add docs for installing agent using Helm * Fixup * Add link to examples; Note to use 8.16 branch * Address Karen's feedback * Add link to Helm install from 'Deployment models' page (cherry picked from commit 160c9fd) Co-authored-by: David Kilfoyle <[email protected]>
This adds docs for installing agent on Kubernetes using Helm.
Notes:
elastic-agent/deploy/helm/elastic-agent
. Once the chart has been published, please let me know and I'll update the commands accordingly.--set agent.unprivileged
will betrue
.technical preview
.stolenborrowed. :-)Preview pages:
Closes: #1304