From 826044a8ac08369048c9b81655be6fd4bea7a312 Mon Sep 17 00:00:00 2001 From: pacoxu-bot Date: Fri, 23 Feb 2024 20:17:54 +0000 Subject: [PATCH] docs: update readme.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f9688d4..fd500bc 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,19 @@ This branch is for CNCF related repos of DaoCloud. ### The DaoCloud open-source repos | ID | REPO | STARS | UPDATEDAT | CREATEDAT | FORKSCOUNT | DESCRIPTIONS | |----|----------------------------------------------------------------------------------------------------|-------|------------|------------|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 1 | [kwok](https://github.com/kubernetes-sigs/kwok) | 2200 | 2024-02-23 | 2022-07-28 | 172 | Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters. | -| 2 | [kueue](https://github.com/kubernetes-sigs/kueue) | 1014 | 2024-02-23 | 2022-02-16 | 159 | Kubernetes-native Job Queueing | +| 1 | [kwok](https://github.com/kubernetes-sigs/kwok) | 2199 | 2024-02-23 | 2022-07-28 | 172 | Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters. | +| 2 | [kueue](https://github.com/kubernetes-sigs/kueue) | 1016 | 2024-02-23 | 2022-02-16 | 159 | Kubernetes-native Job Queueing | | 3 | [clusterpedia](https://github.com/clusterpedia-io/clusterpedia) | 712 | 2024-02-20 | 2021-10-08 | 121 | The Encyclopedia of Kubernetes clusters | | 4 | [merbridge](https://github.com/merbridge/merbridge) | 710 | 2024-02-22 | 2022-01-12 | 92 | Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge. | -| 5 | [public-image-mirror](https://github.com/DaoCloud/public-image-mirror) | 621 | 2024-02-23 | 2021-09-09 | 110 | 很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。 | +| 5 | [public-image-mirror](https://github.com/DaoCloud/public-image-mirror) | 622 | 2024-02-23 | 2021-09-09 | 110 | 很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。 | | 6 | [hwameistor](https://github.com/hwameistor/hwameistor) | 481 | 2024-02-23 | 2022-03-07 | 70 | Hwameistor is an HA local storage system for cloud-native stateful workloads. | | 7 | [cloudtty](https://github.com/cloudtty/cloudtty) | 455 | 2024-02-20 | 2022-04-28 | 59 | A Friendly Kubernetes CloudShell (Web Terminal) ! | -| 8 | [spiderpool](https://github.com/spidernet-io/spiderpool) | 428 | 2024-02-22 | 2022-03-07 | 67 | Underlay and RDMA network solution of the Kubernetes, for bare metal, VM and any public cloud | +| 8 | [spiderpool](https://github.com/spidernet-io/spiderpool) | 429 | 2024-02-23 | 2022-03-07 | 67 | Underlay and RDMA network solution of the Kubernetes, for bare metal, VM and any public cloud | | 9 | [piraeus](https://github.com/piraeusdatastore/piraeus) | 405 | 2024-02-18 | 2019-12-05 | 48 | High Available Datastore for Kubernetes | | 10 | [kubean](https://github.com/kubean-io/kubean) | 381 | 2024-02-22 | 2022-07-05 | 24 | :seedling: Kubernetes lifecycle management operator based on kubespray. | -| 11 | [piraeus-operator](https://github.com/piraeusdatastore/piraeus-operator) | 328 | 2024-02-21 | 2019-07-25 | 54 | The Piraeus Operator manages LINSTOR clusters in Kubernetes. | +| 11 | [piraeus-operator](https://github.com/piraeusdatastore/piraeus-operator) | 329 | 2024-02-23 | 2019-07-25 | 54 | The Piraeus Operator manages LINSTOR clusters in Kubernetes. | | 12 | [kubernetes-lts](https://github.com/klts-io/kubernetes-lts) | 210 | 2024-01-23 | 2021-07-16 | 20 | Kubernetes LTS(long term support) | -| 13 | [dao-2048](https://github.com/DaoCloud/dao-2048) | 199 | 2024-02-20 | 2015-06-03 | 2347 | 2048 is a number puzzle game. | +| 13 | [dao-2048](https://github.com/DaoCloud/dao-2048) | 199 | 2024-02-20 | 2015-06-03 | 2327 | 2048 is a number puzzle game. | | 14 | [kdoctor](https://github.com/kdoctor-io/kdoctor) | 190 | 2024-02-23 | 2023-06-05 | 15 | data plane testing utility of cloud native | | 15 | [egressgateway](https://github.com/spidernet-io/egressgateway) | 172 | 2024-02-14 | 2022-10-24 | 16 | Network egress policy for Kubernetes | | 16 | [DaoCloud-docs](https://github.com/DaoCloud/DaoCloud-docs) | 156 | 2024-02-20 | 2015-11-07 | 183 | DaoCloud Enterprise 5.0 Documentation | @@ -37,12 +37,12 @@ This branch is for CNCF related repos of DaoCloud. | 25 | [kube-node-tuning](https://github.com/kubean-io/kube-node-tuning) | 21 | 2024-01-08 | 2022-07-05 | 2 | Manage kubernetes node-level kernel tuning ( using sysctl ). | | 26 | [ckube](https://github.com/DaoCloud/ckube) | 18 | 2024-01-24 | 2022-03-17 | 7 | Kubernetes APIServer 高性能代理组件,代理 APIServer 的 List 请求,其它类型的请求会直接反向代理到原生 APIServer。 CKube 还额外支持了分页、搜索和索引等功能。 并且,CKube 100% 兼容原生 kubectl 和 kube client sdk,只需要简单的配置即可实现全局替换。 | | 27 | [spiderdoctor](https://github.com/spidernet-io/spiderdoctor) | 11 | 2024-01-19 | 2022-11-11 | 3 | spiderdoctor | -| 28 | [OpenSourceSoftwareCase-awesome](https://github.com/MorningSunKing/OpenSourceSoftwareCase-awesome) | 8 | 2023-09-17 | 2023-08-02 | 1 | Summary of Open-source software dispute cases | -| 29 | [ropee](https://github.com/DaoCloud/ropee) | 8 | 2022-03-27 | 2019-07-08 | 0 | A scalable prometheus remote storage adapter for splunk. | -| 30 | [drbd-adapter](https://github.com/hwameistor/drbd-adapter) | 4 | 2024-01-10 | 2022-08-29 | 6 | A DRBD kernel loader that auto-adapts OS distros | +| 28 | [ropee](https://github.com/DaoCloud/ropee) | 8 | 2022-03-27 | 2019-07-08 | 0 | A scalable prometheus remote storage adapter for splunk. | +| 29 | [OpenSourceSoftwareCase-awesome](https://github.com/MorningSunKing/OpenSourceSoftwareCase-awesome) | 8 | 2023-09-17 | 2023-08-02 | 1 | Summary of Open-source software dispute cases | +| 30 | [llmlite](https://github.com/InftyAI/llmlite) | 4 | 2023-12-27 | 2023-09-05 | 2 | 🌵 A library helps to communicate with all kinds of LLMs consistently. | | 31 | [kube-activator](https://github.com/wzshiming/kube-activator) | 4 | 2023-10-20 | 2023-09-24 | 2 | kube-activator | -| 32 | [meta-server](https://github.com/DataTunerX/meta-server) | 4 | 2023-11-17 | 2023-09-15 | 3 | meta-server | -| 33 | [llmlite](https://github.com/InftyAI/llmlite) | 4 | 2023-12-27 | 2023-09-05 | 2 | 🌵 A library helps to communicate with all kinds of LLMs consistently. | +| 32 | [drbd-adapter](https://github.com/hwameistor/drbd-adapter) | 4 | 2024-01-10 | 2022-08-29 | 6 | A DRBD kernel loader that auto-adapts OS distros | +| 33 | [meta-server](https://github.com/DataTunerX/meta-server) | 4 | 2023-11-17 | 2023-09-15 | 3 | meta-server |