Skip to content
This repository was archived by the owner on Oct 7, 2021. It is now read-only.

Commit 29598b1

Browse files
authored
Expose kube-proxy metrics endpoint to the cluster (#41)
1 parent 5a6b9d9 commit 29598b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/kops/kops-private-topology.yaml.gotmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ spec:
210210
kubelet:
211211
anonymousAuth: false
212212
{{- end }}
213+
kubeProxy:
214+
metricsBindAddress: 0.0.0.0
213215
kubernetesApiAccess:
214216
{{- range (getenv "KOPS_KUBERNETES_API_ACCESS" | default "0.0.0.0/0" | strings.Split ",") }}
215217
- {{ . }}

0 commit comments

Comments
 (0)