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
Grafana Dashbaord
我按照此文档的内容在自己的k8s集群上安装了deepflow,但是Application - k8s和k8s map界面都没有数据展示 打开edit界面,发现有这个报错
安装后就出现了
[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" }
{ "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" }
`[root@master1 ~]# uname -r
5.10.0-136.12.0.86.h1425.eulerosv2r12.x86_64 `
No response
The text was updated successfully, but these errors were encountered:
可以先参考一下这个 ISSUE 的做法: #5785
Sorry, something went wrong.
参考此issue,已解决,谢谢:D
1473371932
No branches or pull requests
Search before asking
DeepFlow Component
Grafana Dashbaord
What you expected to happen
我按照此文档的内容在自己的k8s集群上安装了deepflow,但是Application - k8s和k8s map界面都没有数据展示
打开edit界面,发现有这个报错
How to reproduce
安装后就出现了
DeepFlow version
DeepFlow agent list
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
The text was updated successfully, but these errors were encountered: