diff --git a/en/get-started.md b/en/get-started.md index 3527e397a..b6e750336 100644 --- a/en/get-started.md +++ b/en/get-started.md @@ -44,10 +44,10 @@ Before deployment, ensure that the following requirements are met: - [Docker](https://docs.docker.com/install/): version >= 18.09 - [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/): version >= 1.24 -- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/): version >= 0.8.0 +- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/): version >= 0.19.0 - For Linux, the value of the sysctl parameter [net.ipv4.ip_forward](https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux) should be set to `1`. -Here is an example using `kind` v0.8.1: +Here is an example using `kind` v0.19.0: ```shell kind create cluster @@ -58,7 +58,7 @@ kind create cluster ``` Creating cluster "kind" ... - ✓ Ensuring node image (kindest/node:v1.18.2) 🖼 + ✓ Ensuring node image (kindest/node:v1.27.1) 🖼 ✓ Preparing nodes 📦 ✓ Writing configuration 📜 ✓ Starting control-plane 🕹️ diff --git a/zh/get-started.md b/zh/get-started.md index c84bdfcbb..9fc31cd8c 100644 --- a/zh/get-started.md +++ b/zh/get-started.md @@ -42,10 +42,10 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/get-started/','/docs-cn/dev/tidb-in-k - [docker](https://docs.docker.com/install/):版本 >= 18.09 - [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/):版本 >= 1.24 -- [kind](https://kind.sigs.k8s.io/):版本 >= 0.8.0 +- [kind](https://kind.sigs.k8s.io/):版本 >= 0.19.0 - 若使用 Linux, [net.ipv4.ip_forward](https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux) 需要被设置为 `1` -以下以 0.8.1 版本为例: +以下以 0.19.0 版本为例: {{< copyable "shell-regular" >}} @@ -58,7 +58,7 @@ kind create cluster ``` Creating cluster "kind" ... -✓ Ensuring node image (kindest/node:v1.18.2) 🖼 +✓ Ensuring node image (kindest/node:v1.27.1) 🖼 ✓ Preparing nodes 📦 ✓ Writing configuration 📜 ✓ Starting control-plane 🕹️