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

Commit 3cd5664

Browse files
Erleenedavidmccormick
Erleene
authored andcommitted
Adding in the metricsBindAddress to kube-proxy configmap to allow for metric scraping (#1785)
1 parent a1abe5b commit 3cd5664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/files/userdata/cloud-config-controller

+1
Original file line numberDiff line numberDiff line change
@@ -3275,6 +3275,7 @@ write_files:
32753275
apiVersion: {{if checkVersion ">=1.9" .K8sVer}}kubeproxy.config.k8s.io{{else}}componentconfig{{end}}/v1alpha1
32763276
kind: KubeProxyConfiguration
32773277
bindAddress: 0.0.0.0
3278+
metricsBindAddress: 0.0.0.0:10249
32783279
{{range $flag,$value := .KubeProxy.Config -}}
32793280
{{$flag}}: {{$value}}
32803281
{{ end -}}

0 commit comments

Comments
 (0)