From 56bdfb92566fb11a70f6880a8a160769c5347a5b Mon Sep 17 00:00:00 2001 From: chris-sun-star Date: Wed, 11 Dec 2024 03:06:49 +0000 Subject: [PATCH] fix readme format --- oceanbase-ce/README.md | 1 - oceanbase-ce/README_CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/oceanbase-ce/README.md b/oceanbase-ce/README.md index 600ec0b..4d8e3c4 100644 --- a/oceanbase-ce/README.md +++ b/oceanbase-ce/README.md @@ -64,7 +64,6 @@ Below is a table of supported environment variables for the image: | Variable name | Default value | Description | |-------------------------|----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | MODE | {mini, slim, normal} | mini indicates that the container will use the least amount of resource
normal indicates that the container will use as much as possible of the container resource
slim indicates that the container will only start observer and using fastboot mode, the tenant is named as test, cluster and tenant resource configurations will not take effect. | - | EXIT_WHILE_ERROR | true | Whether quit the container when failed to start observer. if you set EXIT_WHILE_ERROR=false, the container will not exit and you can use log into the container for debugging. | | OB_CLUSTER_NAME | obcluster | The oceanbase cluster name | | OB_TENANT_NAME | test | The oceanbase mysql tenant name | diff --git a/oceanbase-ce/README_CN.md b/oceanbase-ce/README_CN.md index d446800..8c692c6 100644 --- a/oceanbase-ce/README_CN.md +++ b/oceanbase-ce/README_CN.md @@ -64,7 +64,6 @@ mysql -h127.0.0.1 -P2881 -uroot@test # 使用通用租户的root账户连接 | 变量名 | 默认值 | 描述 | |-------------------------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | MODE | {mini, slim, normal} | mini表示容器将使用最少的资源
normal表示容器将尽可能使用容器的全部资源
slim表示容器将只启动observer并使用快速启动模式,租户名为 test,集群和租户资源相关的变量配置不生效。 | - | EXIT_WHILE_ERROR | true | 当无法启动observer时是否退出容器。如果设置EXIT_WHILE_ERROR=false,容器将不会退出,您可以登录容器进行调试。 | | OB_CLUSTER_NAME | obcluster | OceanBase集群名称 | | OB_TENANT_NAME | test | OceanBase MySQL租户名称 |