Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh, en: bump KIND version #2565

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 🕹️
Expand Down
6 changes: 3 additions & 3 deletions zh/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}

Expand All @@ -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 🕹️
Expand Down
Loading