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

Commit

Permalink
Adding in the metricsBindAddress to kube-proxy configmap to allow for…
Browse files Browse the repository at this point in the history
… metric scraping (#1797)
  • Loading branch information
Erleene authored and davidmccormick committed Dec 4, 2019
1 parent 48caf0c commit 2ea5c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -2906,6 +2906,7 @@ write_files:
apiVersion: {{if checkVersion ">=1.9" .K8sVer}}kubeproxy.config.k8s.io{{else}}componentconfig{{end}}/v1alpha1
kind: KubeProxyConfiguration
bindAddress: 0.0.0.0
metricsBindAddress: 0.0.0.0:10249
clientConnection:
kubeconfig: /etc/kubernetes/kubeconfig/kube-proxy.yaml
clusterCIDR: {{.PodCIDR}}
Expand Down

0 comments on commit 2ea5c74

Please sign in to comment.