-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Kube-proxy support for Openshift #17863
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This one is still valid, please don't close it 🙂 |
@exekias, i have some problem with my OpenShift cluster.
|
Thanks for your feedback @Protopopys! So did you need to change kube-proxy's config if I understand correctly? Also could you provide more details about your Openshift installation, version bare-metal/cloud etc? Fyi we are running some verification for Agent these days. Find more info at elastic/integrations#2065. cc: @tetianakravchenko |
Thank you a lot for these details @Protopopys ! We will take care of these issues and for proxy specifically while at elastic/integrations#2065. |
Hi @Protopopys, thank you for the detailed reply! I have few questions regarding your setup: did you need to add any changes to the ClusterRole/Role(s) - https://github.com/elastic/beats/blob/master/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml#L640-L717 to have elastic-agent running? |
Hi @tetianakravchenko ! PS. I'm still testing and if I find anything, I'll let you know. |
Describe the enhancement:
Right now
proxy
metricseat does not work out of the box on Openshift installations. It would be nice to investigate how this can happen.Extra info
Logs collected while trying to deploy on Openshift:
2020-04-06T11:35:37.554Z INFO module/wrapper.go:252 Error fetching data for metricset kubernetes.proxy: error getting processed metrics: error making http request: Get http://localhost:10249/metrics: dial tcp 127.0.0.1:10249: connect: connection refused
Notes:
kube-proxy
pod runs onkube-proxy
namespace and notkube-system
. Not that it would be the issue since we are trying to access host's network.What is actually running in this pod:
Container image:
openshift/origin-control-plane:v3.11.0
Info: https://github.com/openshift/sdn
The text was updated successfully, but these errors were encountered: