elastic / ingest-docs

Elastic Ingest Documentation
Other
6 stars 63 forks source link

Adding troubleshooting section for Elastic Agent on Kubernetes and Kustomize #1409

Closed eedugon closed 3 weeks ago

eedugon commented 1 month ago

I've added a new section on the troubleshooting document for Kubernetes related Elastic Agents.

Closes https://github.com/elastic/kibana/issues/186382

github-actions[bot] commented 1 month ago

A documentation preview will be available soon.

Request a new doc build by commenting * Rebuild this PR: `run docs-build` * Rebuild this PR and all Elastic docs: `run docs-build rebuild` `run docs-build` is much faster than `run docs-build rebuild`. A `rebuild` should only be needed in rare situations. 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](https://buildkite.com/elastic/docs-build).
eedugon commented 4 weeks ago

@kilfoyle : I'm done with Brandon suggestions, only a tiny change is pending :)

Feel free to share your feedback and review.

In my opinion we should probably end up creating a complete document focused on Agent on Kubernetes troubleshooting, but even though this might be a good start.

Also note that the section I'm adding is a bit different in nature as the other sections of the troubleshooting document because I didn't have a list of exact issues to report, and it's a bit more generic about the manifest installation with kustomize and possible issues.

If you want to add specific issues I would be more than happy to add content if you share, or if you believe we should structure this in a different way.

kilfoyle commented 4 weeks ago

@eedugon I think this looks terrific! I added just a few super minor comments.

In my opinion we should probably end up creating a complete document focused on Agent on Kubernetes troubleshooting, but even though this might be a good start.

Yeah, I agree that we eventually should break this out as a separate page, especially if we expand it with more info. For this PR, though, I think what you're adding is perfect.

I'm not aware of any other related content to add right now, but it's nice to have a good place for it. :-)

eedugon commented 4 weeks ago

thanks a lot @kilfoyle for the comments and suggestions!!

eedugon commented 3 weeks ago

@gizas : latest commit 7d7f88f35eb7dfc7d92292c432d14d2a13a6f361 includes the changes about:

Feel free to take a look and share your thoughts before merging ;)