You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update logs-in-kubernetes docs to warn users about daemonsets (#4160)
* Update logs-in-kubernetes docs to warn users about daemonsets
* Use the right brackets
* Revert "Use the right brackets"
This reverts commit 8196de7.
* move link into admonition
Copy file name to clipboardExpand all lines: docs/sources/collect/logs-in-kubernetes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,12 @@ Replace the following values:
166
166
You can get pods logs through the log files on each node. In this guide, you get the logs through the Kubernetes API because it doesn't require system privileges for {{< param "PRODUCT_NAME" >}}.
167
167
{{< /admonition >}}
168
168
169
+
{{< admonition type="note" >}}
170
+
When deploying {{< param "PRODUCT_NAME" >}} as a daemonset, ensure that you have [configured discovery][discovery.kubernetes.daemonset] appropriately to only collect logs from the same node.
0 commit comments