deepflowio / deepflow

eBPF Observability - Distributed Tracing and Profiling
https://deepflow.io
Apache License 2.0
2.84k stars 313 forks source link

[BUG] Application - K8s Pod没有展示数据 #6079

Closed jiangyouP closed 5 months ago

jiangyouP commented 5 months ago

Search before asking

DeepFlow Component

Grafana Dashbaord

What you expected to happen

我按照此文档的内容在自己的k8s集群上安装了deepflow,但是Application - k8s和k8s map界面都没有数据展示 image 打开edit界面,发现有这个报错 image

How to reproduce

安装后就出现了

DeepFlow version

image

DeepFlow agent list

image

Kubernetes CNI

[root@master1 net.d]# cat 00-network-agent.conf { "cniVersion":"0.3.1", "name":"network-agent-cni-network", "type":"network-agent", "capabilities":{ "io.kubernetes.cri.pod-annotations": true }, "delegates":[ { "cniversion":"0.3.1", "name":"default", "type": "calico", "kubeconfig": "/etc/cni/net.d/calico-kubeconfig", "ipams":[ { "type":"calico-ipam", "ipVersion":"ipv4", "subnet":"172.18.0.0/16" } ] } ], "logFile": "/opt/caas/log/cni/network-agent/network-agent.log", "logLevel": "info" }

Operation-System/Kernel version

`[root@master1 ~]# uname -r

5.10.0-136.12.0.86.h1425.eulerosv2r12.x86_64 `

Anything else

No response

Are you willing to submit a PR?

Code of Conduct

1473371932 commented 5 months ago

可以先参考一下这个 ISSUE 的做法: https://github.com/deepflowio/deepflow/issues/5785

jiangyouP commented 5 months ago

可以先参考一下这个 ISSUE 的做法: https://github.com/deepflowio/deepflow/issues/5785

参考此issue,已解决,谢谢:D