From ca777c7d487b9eb0fe2baebb6ab6b7e141c61078 Mon Sep 17 00:00:00 2001 From: Forest-L Date: Thu, 21 Jan 2021 10:51:01 +0800 Subject: [PATCH] fix diags to diag Signed-off-by: Forest-L --- OWNERS | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OWNERS b/OWNERS index fe5853d..0b2235f 100644 --- a/OWNERS +++ b/OWNERS @@ -14,4 +14,4 @@ reviewers: - calvinyv - FeynmanZhou - wansir - - LinuxSuRen \ No newline at end of file + - LinuxSuRen diff --git a/README.md b/README.md index 86b7d42..4a24736 100644 --- a/README.md +++ b/README.md @@ -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.