From b355e833d560d7ff8ae1453ab387a7a67589c2c6 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 10 Oct 2022 18:09:39 +0200 Subject: [PATCH] k8s example: Remove obsolete comment Signed-off-by: Julien Pivotto --- documentation/examples/prometheus-kubernetes.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/documentation/examples/prometheus-kubernetes.yml b/documentation/examples/prometheus-kubernetes.yml index 3d3861ab4f..9a62287342 100644 --- a/documentation/examples/prometheus-kubernetes.yml +++ b/documentation/examples/prometheus-kubernetes.yml @@ -57,11 +57,6 @@ scrape_configs: regex: default;kubernetes;https # Scrape config for nodes (kubelet). - # - # Rather than connecting directly to the node, the scrape is proxied though the - # Kubernetes apiserver. This means it will work if Prometheus is running out of - # cluster, or can't connect to nodes for some other reason (e.g. because of - # firewalling). - job_name: "kubernetes-nodes" # Default to scraping over https. If required, just disable this or change to