kubesphere / kubeeye

KubeEye aims to find various problems on Kubernetes, such as application misconfiguration, unhealthy cluster components and node problems.
https://kubesphere.io
Apache License 2.0
810 stars 126 forks source link

巡检指标未找到对应实现逻辑 #157

Closed ethanliuu closed 2 years ago

ethanliuu commented 2 years ago

您好,我最近在调研kubeeye,我发现在README中有写以下几个巡检功能,但是我在v0.4.0的代码里没有找到相关内容 Hello, I was researching kubeeye recently, and I found that the following inspection functions are written in the README, but I did not find relevant content in the code of v0.4.0

DockerHealthStatus
ETCDHealthStatus
ControllerManagerHealthStatus
SchedulerHealthStatus
KubeletHealthStatus
NodeDisk
NodeOOM
.....

方便解答一下这部分关于集群、主机、docker的状态是如何检测的吗? Is it convenient to answer this part about how the status of the cluster, host, and docker is detected?

ruiyaoOps commented 2 years ago

This part by installing NPD( Node-Problem-Detector), is explained in the readme, NPD will implement inspection, kubeeye will collect NPD inspection results.

ethanliuu commented 2 years ago

Is not found serviceAccount in yaml pkg/expend/deploymentfiles/npd-resources.yaml. This is the reason why the npd service installed with the ke install npd command has no corresponding permissions

jjahg520 commented 11 months ago

是不是要添加相应的serviceAccount? ke install npd,npd才能正常巡检 我现在看到 node-problem-detector 的pod 报了很多权限的错误 检查的结果已经得到了 但不知道巡检是不是成功了,这个你知道吗?