Skip to content

Commit 25a9f60

Browse files
authored
fix(docs): update dingtalk group qrcode and fixed go version (#623)
1 parent 1f59638 commit 25a9f60

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ob-operator 支持 OceanBase v4.x 版本。某些特性需要特定的 OceanBase
200200

201201
ob-operator 使用 [kubebuilder](https://book.kubebuilder.io/introduction) 项目进行构建,所以开发和运行环境与其相近。
202202

203-
- 构建 ob-operator 需要 Go 1.20 版本及以上;
203+
- 构建 ob-operator 需要 Go 1.22 版本及以上;
204204
- 运行 ob-operator 需要 Kubernetes 集群和 kubectl 的版本在 1.18 及以上。我们在 1.23 ~ 1.28 版本的 K8s 集群上检验过 ob-operator 的运行是符合预期的。
205205
- 如果使用 Docker 作为集群的容器运行时,需要 Docker 17.03 及以上版本;我们的构建和运行环境使用的 Docker 版本为 18。
206206

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ OceanBase v3.x versions are currently not supported by ob-operator.
202202

203203
ob-operator is built using the [kubebuilder](https://book.kubebuilder.io/introduction) project, so the development and runtime environment are similar to it.
204204

205-
- To build ob-operator: Go version 1.20 or higher is required.
205+
- To build ob-operator: Go version 1.22 or higher is required.
206206
- To run ob-operator: Kubernetes cluster and kubectl version 1.18 or higher are required. We examined the functionalities on k8s cluster of version from 1.23 ~ 1.28 and ob-operator performs well.
207207
- If using Docker as the container runtime for the cluster, Docker version 17.03 or higher is required. We tested building and running ob-operator with Docker 18.
208208

docsite/i18n/zh-Hans/docusaurus-plugin-content-pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ob-operator 支持 OceanBase v4.x 版本。某些特性需要特定的 OceanBase
205205

206206
ob-operator 使用 [kubebuilder](https://book.kubebuilder.io/introduction) 项目进行构建,所以开发和运行环境与其相近。
207207

208-
- 构建 ob-operator 需要 Go 1.20 版本及以上;
208+
- 构建 ob-operator 需要 Go 1.22 版本及以上;
209209
- 运行 ob-operator 需要 Kubernetes 集群和 kubectl 的版本在 1.18 及以上。我们在 1.23 ~ 1.28 版本的 K8s 集群上检验过 ob-operator 的运行是符合预期的。
210210
- 如果使用 Docker 作为集群的容器运行时,需要 Docker 17.03 及以上版本;我们的构建和运行环境使用的 Docker 版本为 18。
211211

docsite/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ OceanBase v3.x versions are currently not supported by ob-operator.
206206

207207
ob-operator is built using the [kubebuilder](https://book.kubebuilder.io/introduction) project, so the development and runtime environment are similar to it.
208208

209-
- To build ob-operator: Go version 1.20 or higher is required.
209+
- To build ob-operator: Go version 1.22 or higher is required.
210210
- To run ob-operator: Kubernetes cluster and kubectl version 1.18 or higher are required. We examined the functionalities on k8s cluster of version from 1.23 ~ 1.28 and ob-operator performs well.
211211
- If using Docker as the container runtime for the cluster, Docker version 17.03 or higher is required. We tested building and running ob-operator with Docker 18.
212212

-269 KB
Loading

0 commit comments

Comments
 (0)