From 38b906f009bd2cd916f181f28c7049ec5f5ca464 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Thu, 17 Oct 2024 14:09:30 +0200 Subject: [PATCH] remove obsolete note about auth type limitations Signed-off-by: Florian Bacher --- receiver/k8sclusterreceiver/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/receiver/k8sclusterreceiver/README.md b/receiver/k8sclusterreceiver/README.md index d14e4e09b59f..19cfcb327ea1 100644 --- a/receiver/k8sclusterreceiver/README.md +++ b/receiver/k8sclusterreceiver/README.md @@ -18,9 +18,6 @@ The Kubernetes Cluster receiver collects cluster-level metrics and entity events API server. It uses the K8s API to listen for updates. A single instance of this receiver should be used to monitor a cluster. -Currently, this receiver supports authentication via service accounts only. See [example](#example) -for more information. - ## Metrics Details about the metrics produced by this receiver can be found in [metadata.yaml](./metadata.yaml) and [documentation.md](./documentation.md).