You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by yy...@apache.org on 2022/12/02 08:46:18 UTC

[shardingsphere-on-cloud] branch yy2so-patch-4 created (now d10c97c)

This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a change to branch yy2so-patch-4
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


      at d10c97c  Update _index.en.md

This branch includes the following new commits:

     new d10c97c  Update _index.en.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shardingsphere-on-cloud] 01/01: Update _index.en.md

Posted by yy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yy2so pushed a commit to branch yy2so-patch-4
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git

commit d10c97c4ace1c48a886584651786dad7fecbd836
Author: Yacine Si Tayeb <86...@users.noreply.github.com>
AuthorDate: Fri Dec 2 16:46:14 2022 +0800

    Update _index.en.md
---
 docs/content/operation-guide/helm/_index.en.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content/operation-guide/helm/_index.en.md b/docs/content/operation-guide/helm/_index.en.md
index e600a20..8bdc8b1 100644
--- a/docs/content/operation-guide/helm/_index.en.md
+++ b/docs/content/operation-guide/helm/_index.en.md
@@ -9,7 +9,7 @@ chapter = true
 
 ### Online Installation
 
-1. Add SharedingSphere-Proxy to the local Helm warehouse:
+1. Add ShardingSphere-Proxy to the local Helm warehouse:
 
 ```shell
 helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
@@ -39,7 +39,7 @@ Note: Please refer to the configuration description below for details.
 
 2. Execute `helm list` to get the list of all installed releases.
 
-### Uninstallation
+### Uninstall
 
 1. By default, all publishing records are deleted and can be retained by adding '-- keep history'.
 
@@ -61,7 +61,7 @@ helm uninstall shardingsphere-proxy
 | -------------------- | ----------------------------------------------------- | ------ |
 | `governance.enabled` | Switch to enable or disable the governance helm chart | `true` |
 
-### ZooKeeper Parameters of Governance Node
+### Governance Node ZooKeeper Parameters
 
 | Name                                             | Description                                          | Value               |
 | ------------------------------------------------ | ---------------------------------------------------- | ------------------- |
@@ -75,7 +75,7 @@ helm uninstall shardingsphere-proxy
 | `governance.zookeeper.resources.requests.memory` | The requested memory for the ZooKeeper containers    | `256Mi`             |
 | `governance.zookeeper.resources.requests.cpu`    | The requested cpu for the ZooKeeper containers       | `250m`              |
 
-### ShardingSphere-Proxy Parameters of Compute Node
+### Compute Node ShardingSphere-Proxy Parameters 
 
 | Name                                | Description                                                  | Value                         |
 | ----------------------------------- | ------------------------------------------------------------ |-------------------------------|
@@ -202,11 +202,11 @@ compute:
   ##
   serverConfig:
     ## @section Compute-Node ShardingSphere-Proxy ServerConfiguration authority parameters
-    ## NOTE: It is used to set up initial user to login compute node, and authority data of storage node.
+    ## NOTE: It‘s used to set up initial user to login 他和compute node, and  storage node authority data.
     ## ref: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/yaml-config/authentication/
     ## @param compute.serverConfig.authority.privilege.type authority provider for storage node, the default value is ALL_PERMITTED
     ## @param compute.serverConfig.authority.users[0].password Password for compute node.
-    ## @param compute.serverConfig.authority.users[0].user Username,authorized host for compute node. Format: <username>@<hostname> hostname is % or empty string means do not care about authorized host
+    ## @param compute.serverConfig.authority.users[0].user Username, authorized host for compute node. Format: <username>@<hostname> hostname is % or empty string means do not care about authorized host
     ##
     authority:
       privilege: