Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 2ea5c74

Browse files
Erleenedavidmccormick
Erleene
authored andcommitted
Adding in the metricsBindAddress to kube-proxy configmap to allow for metric scraping (#1797)
1 parent 48caf0c commit 2ea5c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/controlplane/config/templates/cloud-config-controller

+1
Original file line numberDiff line numberDiff line change
@@ -2906,6 +2906,7 @@ write_files:
29062906
apiVersion: {{if checkVersion ">=1.9" .K8sVer}}kubeproxy.config.k8s.io{{else}}componentconfig{{end}}/v1alpha1
29072907
kind: KubeProxyConfiguration
29082908
bindAddress: 0.0.0.0
2909+
metricsBindAddress: 0.0.0.0:10249
29092910
clientConnection:
29102911
kubeconfig: /etc/kubernetes/kubeconfig/kube-proxy.yaml
29112912
clusterCIDR: {{.PodCIDR}}

0 commit comments

Comments
 (0)