diff --git a/docs/_include/general-shipping/k8s.md b/docs/_include/general-shipping/k8s.md index 062dcef8..bbe9a301 100644 --- a/docs/_include/general-shipping/k8s.md +++ b/docs/_include/general-shipping/k8s.md @@ -70,6 +70,16 @@ logzio-monitoring logzio-helm/logzio-monitoring Encounter an issue? See our [troubleshooting guide](https://docs.logz.io/docs/user-guide/log-management/troubleshooting/troubleshooting-fluentd-for-kubernetes-logs/). +### Adding pod labels + +To ensure that labels are applied correctly to the pods managed by the Logz.io collector, add the following section to your Helm chart configuration: + +```yaml +logzio-k8s-telemetry: + standaloneCollector: + podLabels: + team: devops-tooling +``` ### Custom Configuration