-
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
adding docs for default container in 8.9 #386
Conversation
@gizas I cannot follow which PRs should be back-ported and how all these are related. Can you make it more clear in the description? We will need this as future reference as well. For example how is this one related with #384 and why we have this warning message at #380 (comment)? |
Also please add the original PR that this one backports. #380 that is mentioned in the description changes only 2 lines but this one 119. How is this possible? Do we miss sth here? |
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.
Let's clarify #386 (comment) before merging.
Why #380 is mentioned in the description then? If that's wrong can you please fix it? |
It is not wrong, the above PR might have been merged (as main included forward changes than 8.9) but the automatic backport failed. That is why I have added the link to indicate that the manual backport is needed |
Well #380 is not a backport, it's against Could you update the description of this current PR to clearly mention why it is related to any other PRs? The |
Thanks! FYI an PR against |
@@ -92,7 +92,7 @@ https://github.com/elastic/elastic-agent/tree/main/deploy/kubernetes/elastic-age | |||
[discrete] | |||
== Configure hints autodiscovery | |||
|
|||
To enable hints, you must add `hints.enabled: true` to the provider's configuration: | |||
To enable hints autodiscovery, you must add `hints.enabled: true` to the provider's configuration: |
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.
That section does not exist in https://github.com/elastic/ingest-docs/pull/304/files. Is this coming from another PR? If so we should mention it as well in the description.
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.
Updated the desc, it was the #380
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! 🚀
Thanks for tidying up the description @gizas
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
[source,yaml] | ||
---- | ||
annotations: | ||
co.elastic.hints/package: "container_logs" |
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.
Just a note that container_logs
package only made it to main with elastic/elastic-agent#2981 but it doesn't make sense to restrict it since we always pull the templates from latest main
: https://github.com/elastic/elastic-agent/blob/083bf7805afc9d57727b099da6fa48cf96719585/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml#L686
PR to manually backport changes that were merged into
main
with the following original PR:Adding generic_logs template for hints autodiscovery #304
and Default container documentation backport #380
Closes Document default_container_logs setting of k8s provider elastic-agent#3158