Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions gdi/opentelemetry/collector-kubernetes/kubernetes-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,13 @@ Deactivate the ``clusterReceiver`` on one of the installations to avoid cluster-

clusterReceiver:
enabled: false

If using the operator, it should be enabled in the Linux configuration only, and it should include a node selector to ensure it targets Linux nodes only:

.. code-block:: yaml

operator:
enabled: true
nodeSelector:
kubernetes.io/os: linux

Loading