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

Commit

Permalink
Expose kube-proxy metrics endpoint to the cluster (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Aug 15, 2019
1 parent 5a6b9d9 commit 29598b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/kops/kops-private-topology.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ spec:
kubelet:
anonymousAuth: false
{{- end }}
kubeProxy:
metricsBindAddress: 0.0.0.0
kubernetesApiAccess:
{{- range (getenv "KOPS_KUBERNETES_API_ACCESS" | default "0.0.0.0/0" | strings.Split ",") }}
- {{ . }}
Expand Down

1 comment on commit 29598b1

@osterman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test comment

Please sign in to comment.