tree: 3cb6e1d70cfab862e8e623da44f75d9c0d28d827 [path history] [tgz]
  1. crds/
  2. templates/
  3. .helmignore
  4. Chart.yaml
  5. LICENSE
  6. NOTICE
  7. README.md
  8. values.yaml
charts/apache-shardingsphere-operator-charts/README.md

Apache ShardingSphere Operator Charts

The Apache ShardingSphere-Operator is used to quickly install Apache ShardingSphere-Proxy Cluster. This Chart will install ShardingSphere-Proxy Cluster using the CRD provided by ShardingSphere-Operator.

Install

Use the following command to install:

helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
helm repo update
helm install [RELEASE_NAME] shardingsphere/apache-shardingsphere-operator-charts 

Uninstall

Use the following command to uninstall:

helm unstall [RELEASE_NAME]

Manual

For further instructions, please check out the Apache ShardingSphere on Cloud official documentations.