cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 143e7582349d18f49dc454fa831c4500234320d9
parent 773150bc4d18b861927f4ba436f87aa8e75edc11
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 10:18:22 +0100

fix endpoint

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/clickstack/k8s_log_metrics_collector.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/talos_cluster/clickstack/k8s_log_metrics_collector.yaml b/apps/talos_cluster/clickstack/k8s_log_metrics_collector.yaml @@ -72,7 +72,8 @@ spec: kubeletstats: collection_interval: 20s auth_type: "serviceAccount" - endpoint: "${env:K8S_NODE_NAME}:10250" + #endpoint: "${env:K8S_NODE_NAME}:10250" + endpoint: "127.0.0.1:10250" insecure_skip_verify: true metrics: k8s.pod.cpu_limit_utilization: