We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Indicate project Collector
Describe the bug On trying to enrich the eBPF data with Kubernetes metadata, received an error fetching K8s Data
To reproduce Steps to reproduce the behavior:
Expected behavior Should have enriched the Raw eBPF data with Kubernetes metadata (namespace, pod details etc)
Screenshots
Environment (please complete the following information):
Additional context I verified that the node name represented by EXPORTER_ID in the sf-collector container is correct and present in my cluster.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Indicate project
Collector
Describe the bug
On trying to enrich the eBPF data with Kubernetes metadata, received an error fetching K8s Data
To reproduce
Steps to reproduce the behavior:
- name: SF_K8S_API_URL
value: https://kubernetes.default.svc/
- name: SF_K8S_API_CERT
value: /var/run/secrets/kubernetes.io/serviceaccount/token
Expected behavior
Should have enriched the Raw eBPF data with Kubernetes metadata (namespace, pod details etc)
Screenshots
Environment (please complete the following information):
Additional context
I verified that the node name represented by EXPORTER_ID in the sf-collector container is correct and present in my cluster.
The text was updated successfully, but these errors were encountered: