From 8325e0d2e41381e09088bc2bf1b67379ad91196e Mon Sep 17 00:00:00 2001 From: lihengwei Date: Wed, 7 Feb 2024 10:41:04 +0800 Subject: [PATCH 1/2] feature: adjust README.en.md Signed-off-by: lihengwei feature: fix README.en.md Signed-off-by: lihengwei --- README.en.md | 41 +++++++++++++++++------------------------ 1 file changed, 17 insertions(+), 24 deletions(-) diff --git a/README.en.md b/README.en.md index b0bd2ca..242f49a 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,29 @@ # nestos-kubernetes-deployer -#### Description -A Nestos based kubernetes deployment tool +## Introduction -#### Software Architecture -Software architecture description +NKD (NestOS Kubernetes Deployer) is a solution designed for deploying and maintaining Kubernetes clusters on NestOS. It is designed to simplify the process of deploying and upgrading clusters by providing a range of services outside the cluster, including deployment, updates, and configuration management of infrastructure and core components of Kubernetes. NKD is designed to provide a more convenient cluster operation experience, allowing users to easily complete complex management tasks, thereby improving the overall efficiency of deployment and maintenance. -#### Installation +#### Support Platforms -1. xxxx -2. xxxx -3. xxxx +It supports multiple deployment platforms, and NKD dynamically creates the required IaaS resources by connecting infrastructure providers according to the needs of the cluster, and currently supports OpenStack and libvirt platforms. -#### Instructions +## Software architecture -1. xxxx -2. xxxx -3. xxxx +For more information, see [Software Architecture](docs/overall_design.md) -#### Contribution +## Install and deploy -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request +Please refer to the [user manual for details](docs/manual.md) +## Planning for the future -#### Gitee Feature +NKD's ultimate vision is to support O&M and efficient management of multiple clusters at the same time in the form of long-term resident services. It provides a variety of features, such as persistent configuration change records, certificate management, multiple update and upgrade policies, and image source channels. In the future, we will continue to improve the functions and performance of NKD, and introduce more intelligent features, such as automated fault handling and resource optimization. Our goal is to shape NKD into a core component of the NestOS ecosystem, providing all-round support for O&M in cloud-native scenarios, so as to further promote the development and widespread application of cloud-native technologies. -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +## Get involved + +Interested partners are very welcome to join us and contribute. + +## License + +Apache License 2.0 -- Gitee From 8e672c6b6d2bd054e6a09b9ae194a4d38bedc17a Mon Sep 17 00:00:00 2001 From: lihengwei Date: Fri, 23 Feb 2024 06:49:01 +0000 Subject: [PATCH 2/2] Revert "feature: adjust README.en.md" This reverts commit 8325e0d2e41381e09088bc2bf1b67379ad91196e. --- README.en.md | 41 ++++++++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/README.en.md b/README.en.md index 242f49a..b0bd2ca 100644 --- a/README.en.md +++ b/README.en.md @@ -1,29 +1,36 @@ # nestos-kubernetes-deployer -## Introduction +#### Description +A Nestos based kubernetes deployment tool -NKD (NestOS Kubernetes Deployer) is a solution designed for deploying and maintaining Kubernetes clusters on NestOS. It is designed to simplify the process of deploying and upgrading clusters by providing a range of services outside the cluster, including deployment, updates, and configuration management of infrastructure and core components of Kubernetes. NKD is designed to provide a more convenient cluster operation experience, allowing users to easily complete complex management tasks, thereby improving the overall efficiency of deployment and maintenance. +#### Software Architecture +Software architecture description -#### Support Platforms +#### Installation -It supports multiple deployment platforms, and NKD dynamically creates the required IaaS resources by connecting infrastructure providers according to the needs of the cluster, and currently supports OpenStack and libvirt platforms. +1. xxxx +2. xxxx +3. xxxx -## Software architecture +#### Instructions -For more information, see [Software Architecture](docs/overall_design.md) +1. xxxx +2. xxxx +3. xxxx -## Install and deploy +#### Contribution -Please refer to the [user manual for details](docs/manual.md) +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request -## Planning for the future -NKD's ultimate vision is to support O&M and efficient management of multiple clusters at the same time in the form of long-term resident services. It provides a variety of features, such as persistent configuration change records, certificate management, multiple update and upgrade policies, and image source channels. In the future, we will continue to improve the functions and performance of NKD, and introduce more intelligent features, such as automated fault handling and resource optimization. Our goal is to shape NKD into a core component of the NestOS ecosystem, providing all-round support for O&M in cloud-native scenarios, so as to further promote the development and widespread application of cloud-native technologies. +#### Gitee Feature -## Get involved - -Interested partners are very welcome to join us and contribute. - -## License - -Apache License 2.0 +1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md +2. Gitee blog [blog.gitee.com](https://blog.gitee.com) +3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) +4. The most valuable open source project [GVP](https://gitee.com/gvp) +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee