From eede7fce5fccf5fa4669adc264e84d15f24a95de Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 20 Nov 2025 20:31:10 -0500 Subject: [PATCH] config patch to allow kube-system svcs to be scraped --- config-patches/cluster/weyma-bind-addr.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config-patches/cluster/weyma-bind-addr.yaml diff --git a/config-patches/cluster/weyma-bind-addr.yaml b/config-patches/cluster/weyma-bind-addr.yaml new file mode 100644 index 0000000..d4df00f --- /dev/null +++ b/config-patches/cluster/weyma-bind-addr.yaml @@ -0,0 +1,10 @@ +cluster: + controllerManager: + extraArgs: + bind-address: "0.0.0.0" + proxy: + extraArgs: + metrics-bind-address: "0.0.0.0:10249" + scheduler: + extraArgs: + bind-address: "0.0.0.0" \ No newline at end of file