From 816de4a38a6bc6ecba2cf55337472b1bc005677e Mon Sep 17 00:00:00 2001 From: eryajf Date: Fri, 12 Jan 2024 08:23:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- items/Docker-Tools/buildkit.yaml | 4 ++++ items/Docker-Tools/quay.yaml | 4 ++++ items/Etcd/etcdmanager.yaml | 4 ++++ items/K8S-Tools/kube-prometheus.yaml | 4 ++++ items/K8S-Tools/kubedog.yaml | 4 ++++ items/K8S-Tools/skooner.yaml | 4 ++++ 7 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 items/Docker-Tools/buildkit.yaml create mode 100644 items/Docker-Tools/quay.yaml create mode 100644 items/Etcd/etcdmanager.yaml create mode 100644 items/K8S-Tools/kube-prometheus.yaml create mode 100644 items/K8S-Tools/kubedog.yaml create mode 100644 items/K8S-Tools/skooner.yaml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea64677..91b807d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,6 @@ desc: '🌉 基于Go+Vue实现的openLDAP后台管理项目' - `kind:` 以此字段进行归类,通常与上一层的目录名一致。 - `owner:` 仓库的用户名,或者组织名。 - `repo:` 仓库名。 -- `desc:` 用简短的话介绍一下这个项目。 +- `desc:` 用简短的话介绍一下这个项目。请注意,此内容当中不要包含|之类的关键字,这会作为表格的一个列呈现。 3. 如果你不知道项目该如何分类,或者该项目目前没有对应分类,可以尝试先创建分类目录,然后再添加项目。 \ No newline at end of file diff --git a/items/Docker-Tools/buildkit.yaml b/items/Docker-Tools/buildkit.yaml new file mode 100644 index 0000000..c261c2b --- /dev/null +++ b/items/Docker-Tools/buildkit.yaml @@ -0,0 +1,4 @@ +kind: Docker-Tools +owner: moby +repo: buildkit +desc: '增强docker build的功能,支持并行构建、缓存、镜像导出等功能' \ No newline at end of file diff --git a/items/Docker-Tools/quay.yaml b/items/Docker-Tools/quay.yaml new file mode 100644 index 0000000..ba64c85 --- /dev/null +++ b/items/Docker-Tools/quay.yaml @@ -0,0 +1,4 @@ +kind: Docker-Tools +owner: quay +repo: quay +desc: 'Red Hat 开源的docker镜像仓库,类似harbor' \ No newline at end of file diff --git a/items/Etcd/etcdmanager.yaml b/items/Etcd/etcdmanager.yaml new file mode 100644 index 0000000..7f8efda --- /dev/null +++ b/items/Etcd/etcdmanager.yaml @@ -0,0 +1,4 @@ +kind: Etcd +owner: gtamas +repo: etcdmanager +desc: 'Etcd客户端,支持Linux、Windows、MacOS' \ No newline at end of file diff --git a/items/K8S-Tools/kube-prometheus.yaml b/items/K8S-Tools/kube-prometheus.yaml new file mode 100644 index 0000000..fbb4e83 --- /dev/null +++ b/items/K8S-Tools/kube-prometheus.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: prometheus-operator +repo: kube-prometheus +desc: '使用Prometheus监控Kubernetes和在Kubernetes上运行的应用程序' \ No newline at end of file diff --git a/items/K8S-Tools/kubedog.yaml b/items/K8S-Tools/kubedog.yaml new file mode 100644 index 0000000..9ed4ca3 --- /dev/null +++ b/items/K8S-Tools/kubedog.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: werf +repo: kubedog +desc: '监视和跟踪CI/CD部署管道中的Kubernetes资源' \ No newline at end of file diff --git a/items/K8S-Tools/skooner.yaml b/items/K8S-Tools/skooner.yaml new file mode 100644 index 0000000..b65017b --- /dev/null +++ b/items/K8S-Tools/skooner.yaml @@ -0,0 +1,4 @@ +kind: K8S-Tools +owner: skooner-k8s +repo: skooner +desc: '简单的Kubernetes实时仪表板和管理工具' \ No newline at end of file