Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
  • Loading branch information
ErikJiang committed May 14, 2023
1 parent cfb102e commit 9dd0523
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call-build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install mkdocs-material
run: |
pip install mkdocs-material
pip install mkdocs-glightbox
pip install mkdocs-awesome-pages-plugin
- name: Build en docs
run: |
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,4 @@ You can use the example in folder `examples/install/1.minimal` which uses online

## :book: Documents

- [Architecture](docs/en/architecture.md)
- [Kubean vs Kubespray](docs/en/comparisons.md)
- [CRD Outline](docs/en/crds.md)
- [Deploy cluster using SSH secret key method](docs/en/sshkey_deploy_cluster.md)
- [Cluster deployment for air gap environments](docs/en/offline.md)
- [Generate and use incremental offline packages](docs/en/airgap_patch_usage.md)
Please visit: [kubean-io.github.io/kubean/](https://kubean-io.github.io/kubean/)
8 changes: 1 addition & 7 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,4 @@ $ kubectl get pods -n kubean-system | grep 'kubean'

## :book: 参考文档

- [架构](docs/zh/architecture.md)
- [Kubean 与 Kubespray](docs/zh/comparisons.md)
- [CRD 概述](docs/zh/crds.md)
- [使用 SSH Secret 密钥方法部署集群](docs/zh/sshkey_deploy_cluster.md)
- [为离线环境部署集群](docs/zh/offline.md)
- [自定义操作](docs/zh/custom_action.md)
- [增量离线包的生成和使用](docs/zh/airgap_patch_usage.md)
请浏览: [kubean-io.github.io/kubean/](https://kubean-io.github.io/kubean/)
15 changes: 14 additions & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
hello world
# :seedling: Kubean

![Image title](/kubean/en/assets/images/kubean_logo_3.svg){ width="400"}

kubean is a cluster lifecycle management tool based on [kubespray](https://github.com/kubernetes-sigs/kubespray).

---

## :anchor: Awesome features

- **Simplicity:** Deploying of Kubean and powerful lifecycle management of kubernetes cluster implementing by declarative API.
- **Offline Supported**: Offline packages(os-pkgs, images, binarys) are released with the release. You won't have to worry about how to gather all the resources you need.
- **Compatibility**: Multi-arch delivery Supporting. Such as AMD, ARM with common Linux distributions. Also include Kunpeng with Kylin.
- **Expandability**: Allowing custom actions be added to cluster without any changes for Kubespray.
3 changes: 2 additions & 1 deletion docs/mkdocs.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ site_dir: './site/en'
plugins:
- tags
- search
- glightbox
- awesome-pages

theme:
Expand Down Expand Up @@ -61,7 +62,7 @@ nav:
- usage/uninstall.md
- usage/airgap.md
- usage/airgap_patch_usage.md
- Development Guide:
- Development:
- develop/roadmap.md

markdown_extensions:
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ site_dir: './site/zh'
plugins:
- tags
- search
- glightbox
- awesome-pages

theme:
Expand Down
File renamed without changes.
File renamed without changes.
15 changes: 14 additions & 1 deletion docs/zh/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
hello world
# :seedling: Kubean

![Image title](/kubean/zh/assets/images/kubean_logo_3.svg){ width="400"}

Kubean 是一款基于 [kubespray](https://github.com/kubernetes-sigs/kubespray) 的集群生命周期管理工具。

---

## :anchor: 功能超赞

- **简单易用**:通过声明式 API 实现 Kubean 和 K8s 集群强劲生命周期管理的部署。
- **支持离线**:每个版本都会发布离线包(os-pkgs、镜像、二进制包)。你不必担心如何收集所需的资源。
- **兼容性**:支持多架构交付:AMD、ARM;常见的 Linux 发行版;以及基于鲲鹏构建的麒麟操作系统。
- **可扩展性**:允许使用原生 Kubespray 自定义集群。

0 comments on commit 9dd0523

Please sign in to comment.