fix diags to diag

Signed-off-by: Forest-L <lilin@yunify.com>
This commit is contained in:
Forest-L 2021-01-21 10:51:01 +08:00
parent 3a60ef09e8
commit ca777c7d48
2 changed files with 2 additions and 2 deletions

2
OWNERS
View File

@ -14,4 +14,4 @@ reviewers:
- calvinyv
- FeynmanZhou
- wansir
- LinuxSuRen
- LinuxSuRen

View File

@ -1,6 +1,6 @@
# Kubeye
Kubeye aims to find various problems on Kubernetes, such as application misconfiguration, cluster components unhealthy and node problems(using [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector)). Besides predefined rules, it also supports custom defined rules.
Kubeye aims to find various problems on Kubernetes, such as application misconfiguration(using [Polaris](https://github.com/FairwindsOps/polaris)), cluster components unhealthy and node problems(using [Node-Problem-Detector](https://github.com/kubernetes/node-problem-detector)). Besides predefined rules, it also supports custom defined rules.
## Architecture
Kubeye gets cluster diagnostic data by calling the Kubernetes API, by regular matching of key error messages in logs and by rule matching of container syntax. See Architecture for details.