From 41262e5831659fff5b1df42b5f218315bc00a726 Mon Sep 17 00:00:00 2001 From: pixiake Date: Mon, 25 Jan 2021 17:47:21 +0800 Subject: [PATCH] add all-contributors Signed-off-by: pixiake --- .all-contributorsrc | 14 ++++++++++++++ .gitignore | 3 +++ README.md | 16 ++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..43464c8 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,14 @@ +{ + "projectName": "kubeye", + "projectOwner": "kubesphere", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [], + "contributorsPerLine": 7 +} diff --git a/.gitignore b/.gitignore index d4410dd..a89f416 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ bin dist packrd ke +node_modules +package.json +yarn.lock diff --git a/README.md b/README.md index 4a24736..eca2c70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Kubeye + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + 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. @@ -167,3 +170,16 @@ kube-system Warning nodelocaldns DaemonSet 2020-11-27T17:1 default Warning nginx Deployment 2020-11-27T17:18:31+08:00 [livenessProbeMissing cpuLimitsMissing] kube-system Warning coredns Deployment 2020-11-27T17:18:31+08:00 [cpuLimitsMissing] ``` + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file