This is an automated email from the ASF dual-hosted git repository. duanzhengqiang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git
commit af4f386a6226d8bfa7f1f1b1798e273e79c22820 Author: Liang Zhang <[email protected]> AuthorDate: Tue Aug 23 12:02:07 2022 +0800 Update README.md Update format of doc --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 278aa82..5f2a30e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Solutions currently included in this project: The ShardingSphere operator uses predefined CustomResourceDefinitions for describing a Deployment for Apache ShardingSphere on Kubernetes. ## ShardingSphere Operator + ### Prerequisites With the help of ShardingSphere-Operator you could create a ShardingSphere-Proxy cluster including the ZooKeeper cluster in minutes. @@ -43,7 +44,9 @@ Please follows [deployment instructions](./doc/deploy.md) to deploy a ShardingSp * Support automatic download of MySQL driver ### Installation + #### Helm + * ShardingSphere-Operator chart * Support deploy shardingsphere operator * ShardingSphere-Cluster chart @@ -63,6 +66,7 @@ To build ShardingSphere Operator from scratch you will need to install the follo * Kubebuilder 3.4.1+ ## Contributing + To contribute to this project, refer to [Contributing](CONTRIBUTING.md). ## Community & Support
