commit 109577b281005fccd127768893f350197bf4c27a
parent 143e7582349d18f49dc454fa831c4500234320d9
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 7 Jan 2026 10:27:38 +0100
try to find the right endpoint
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/talos_cluster/clickstack/k8s_log_metrics_collector.yaml b/apps/talos_cluster/clickstack/k8s_log_metrics_collector.yaml
@@ -65,7 +65,6 @@ spec:
configMapKeyRef:
name: otel-config-vars
key: YOUR_OTEL_COLLECTOR_ENDPOINT
-
config:
receivers:
# Configures additional kubelet metrics
@@ -73,7 +72,8 @@ spec:
collection_interval: 20s
auth_type: "serviceAccount"
#endpoint: "${env:K8S_NODE_NAME}:10250"
- endpoint: "127.0.0.1:10250"
+ #endpoint: "127.0.0.1:10250"
+ endpoint: "${env:K8S_NODE_IP}:10250"
insecure_skip_verify: true
metrics:
k8s.pod.cpu_limit_utilization: