Skip to content

Commit c8741ca

Browse files
add description for version limit
1 parent e99d633 commit c8741ca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docsite/docs/manual/500.ob-operator-user-guide/200.tenant-management-of-ob-operator/100.create-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following table describes the parameters.
106106
| connectWhiteList | Optional. The IP addresses of the clients that are allowed to connect to the tenant. `%` indicates that all client IP addresses are allowed to connect to the tenant. The default value is `%`. When you modify this parameter, the value must include the CIDR block of ob-operator; otherwise, ob-operator cannot connect to the tenant. |
107107
| forceDelete | Optional. Specifies whether to forcibly delete the tenant. The default value is `false`. |
108108
| credentials | Optional. The secret resources referenced for creating the user and changing the password when you create the tenant. You can specify the passwords of the root account and the standbyro account. If you do not specify this parameter, the password is not changed. |
109-
| variables | Optional. A list of tenant-level variables to set. Each item in the list should have a `name` and a `value`. |
109+
| variables | Optional. A list of tenant-level variables to set. Each item in the list should have a `name` and a `value`. (supported from version 2.3.3) |
110110
| pools | The topology of the tenant, which defines the replica and resource distribution of the tenant in each zone. |
111111
| type.name | Required. The type of replicas in the zone. The valid values are `full` and `readonly`. This parameter is case insensitive. |
112112
| type.replica | Optional. The number of replicas in the zone. This parameter is set to `1` by default. |

docsite/docs/manual/500.ob-operator-user-guide/300.high-availability/400.tenant-backup-of-ob-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ data:
127127
accessKey: ******
128128
appId: ****** # this config is for COS
129129
s3Region: ****** # this config is for S3
130-
addressingModel: ****** # this config is for S3_COMPATIBLE
130+
addressingModel: ****** # this config is for S3_COMPATIBLE, (supported from version 2.3.3)
131131
```
132132

133133
## Common operations

docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/manual/500.ob-operator-user-guide/200.tenant-management-of-ob-operator/100.create-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
| connectWhiteList | 指定允许连接该租户的客户端 IP,`%` 表示任何客户端 IP 都可以连接该租户;非必填,默认设置为 `%`。如果用户需要修改改配置,则需要将 ob-operator 所处的网段包含在配置内,否则 ob-operator 会连接不上该租户。 |
107107
| forceDelete | 删除时是否强制删除,非必填,默认为 false。 |
108108
| credentials | 创建租户时创建用户和修改密码的 Secret 资源引用。目前支持配置 root 账号和 standbyRo 两个用户的密码,非必填,不填则不修改密码。 |
109-
| variables | 可选。要设置的租户级变量列表。列表中的每个项目都应包含 `name` 和 `value`。 |
109+
| variables | 可选。要设置的租户级变量列表。列表中的每个项目都应包含 `name` 和 `value`。 (从 2.3.3 版本开始支持) |
110110
| pools | 租户的拓扑结构,用于定义租户在每个 zone 上的副本、资源分布等情况。 |
111111
| type.name | 指定租户在该 zone 的副本类型,支持 full 和 readonly, 需要写出完整类型, 大小写不敏感;必填。|
112112
| type.replica | 指定租户在该 zone 的副本数;非必填,默认为 1。 |

docsite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/manual/500.ob-operator-user-guide/300.high-availability/400.tenant-backup-of-ob-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ data:
127127
accessKey: ******
128128
appId: ****** # this config is for COS
129129
s3Region: ****** # this config is for S3
130-
addressingModel: ****** # this config is for S3_COMPATIBLE
130+
addressingModel: ****** # this config is for S3_COMPATIBLE, (supported from version 2.3.3)
131131
```
132132

133133
## 常用操作

0 commit comments

Comments
 (0)