Install Kubernetes/K3s only, both Kubernetes/K3s and KubeSphere, and related cloud-native add-ons, it supports all-in-one, multi-node, and HA 🔥🐳
Go to file
joyceliu 94253593c5 feat: add sonobuoy plugin.
Signed-off-by: joyceliu <joyceliu@yunify.com>
2024-06-06 16:37:58 +08:00
build fix: add operator 2024-05-29 10:32:02 +08:00
builtin feat: add sonobuoy plugin. 2024-06-06 16:37:58 +08:00
cmd feat: add sonobuoy plugin. 2024-06-06 16:37:58 +08:00
config/helm feat: add cronJob for pipeline. 2024-06-04 09:57:24 +08:00
example feat: add sonobuoy plugin. 2024-06-06 16:37:58 +08:00
exp feat: kubekey gitops 2024-01-05 15:14:36 +08:00
hack feat: add proxy client to transport resource to local. 2024-02-06 16:08:43 +08:00
pkg feat: add sonobuoy plugin. 2024-06-06 16:37:58 +08:00
plugins feat: add sonobuoy plugin. 2024-06-06 16:37:58 +08:00
scripts feat: kubekey gitops 2024-01-05 15:14:36 +08:00
version feat: kubekey gitops 2024-01-05 15:14:36 +08:00
.dockerignore fix: add operator 2024-05-29 10:32:02 +08:00
.gitignore fix: add operator 2024-05-29 10:32:02 +08:00
CONTRIBUTORS.md feat: kubekey gitops 2024-01-05 15:14:36 +08:00
LICENSE feat: kubekey gitops 2024-01-05 15:14:36 +08:00
Makefile fix: add operator 2024-05-29 10:32:02 +08:00
OWNERS feat: kubekey gitops 2024-01-05 15:14:36 +08:00
README.md fix: add operator 2024-05-29 10:32:02 +08:00
go.mod fix: add operator 2024-05-29 10:32:02 +08:00
go.sum feat: add create cluster command 2024-05-21 19:21:48 +08:00

背景

当前kubekey中如果要添加命令或修改命令都需要提交代码并重新发版。扩展性较差。

  1. 任务与框架分离优势目的更方便扩展借鉴ansible的playbook设计
  2. 支持gitops可通过git方式管理自动化任务
  3. 支持connector扩展
  4. 支持云原生方式自动化批量任务管理

安装kubekey

kubernetes中安装

helm upgrade --install --create-namespace -n kubekey-system kubekey oci://hub.kubesphere.com.cn/kubekey/kubekey