feat(kube): enable metrics

Enable kube-controller-manager, etcd, and kube-scheduler metrics
Also disable kube-proxy metrics since Cilium replaces it

Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
Vegard Hagen
2025-07-31 23:24:03 +02:00
parent 537c4756e8
commit c4f7010759
2 changed files with 64 additions and 1 deletions
@@ -1,3 +1,4 @@
# https://www.talos.dev/v1.10/reference/configuration/v1alpha1/config/
machine:
network:
interfaces:
@@ -18,6 +19,15 @@ cluster:
allowSchedulingOnControlPlanes: true
apiServer:
${indent(4, api_server)}
controllerManager:
extraArgs:
bind-address: 0.0.0.0
etcd:
extraArgs:
listen-metrics-urls: http://0.0.0.0:2381
scheduler:
extraArgs:
bind-address: 0.0.0.0
network:
cni:
name: none