Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exposing kube-proxy metrics #124

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Fix exposing kube-proxy metrics #124

merged 1 commit into from
Jun 29, 2020

Conversation

errm
Copy link
Member

@errm errm commented Jun 26, 2020

When kube-proxy is configured with a config file, trying to change
settings with a cmd flag doesn't work.

This pulls in the eks provisioned config-map and changes
metricsBindAddress from 127.0.0.1:10249 to 0.0.0.0:10249

When kube-proxy is configured with a config file, trying to change
settings with a cmd flag doesn't work.

This pulls in the eks provisioned config-map and changes
`metricsBindAddress` from `127.0.0.1:10249` to `0.0.0.0:10249`
@errm errm merged commit 8a99758 into master Jun 29, 2020
@errm errm deleted the fix-kube-proxy-metrics branch September 21, 2020 16:14
ettiee added a commit that referenced this pull request Dec 21, 2021
The EKS addon for kube-proxy introduced regressions of #124 and #209.
We will apply the recommended overrides from aws/containers-roadmap#657 and aws/amazon-vpc-cni-k8s#1702 in the manifests until the EKS addon applies these by default or allows you to override config in the addon.
ettiee added a commit that referenced this pull request Dec 22, 2021
The EKS addon for kube-proxy introduced regressions of #124 and #209.
We will apply the recommended overrides from aws/containers-roadmap#657 and aws/amazon-vpc-cni-k8s#1702 in the manifests until the EKS addon applies these by default or allows you to override config in the addon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant