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 kubectl and KIND version #2502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion en/deploy-on-alibaba-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To deploy TiDB Operator and the TiDB cluster in a self-managed Kubernetes enviro
>
> The access key must be granted permissions to control the corresponding resources.

- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) >= 1.12
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) >= 1.20
- [Helm 3](https://helm.sh)
- [jq](https://stedolan.github.io/jq/download/) >= 1.6
- [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) 0.12.*
Expand Down
6 changes: 3 additions & 3 deletions en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ kind is a popular tool for running local Kubernetes clusters using Docker contai
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.12
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/): version >= 0.8.0
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/): version >= 1.20
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/): version >= 0.11.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.11.0:

```shell
kind create cluster
Expand Down
2 changes: 1 addition & 1 deletion zh/deploy-on-alibaba-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/deploy-on-alibaba-cloud/']
>
> Access Key 需要具有操作相应资源的权限。

- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.12
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl) >= 1.20
- [Helm 3](https://helm.sh)
- [jq](https://stedolan.github.io/jq/download/) >= 1.6
- [terraform](https://learn.hashicorp.com/terraform/getting-started/install.html) 0.12.*
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.12
- [kind](https://kind.sigs.k8s.io/):版本 >= 0.8.0
- [kind](https://kind.sigs.k8s.io/):版本 >= 0.11.0
- 若使用 Linux, [net.ipv4.ip_forward](https://linuxconfig.org/how-to-turn-on-off-ip-forwarding-in-linux) 需要被设置为 `1`

以下以 0.8.1 版本为例:
以下以 0.11.0 版本为例:

{{< copyable "shell-regular" >}}

Expand Down Expand Up @@ -101,7 +101,7 @@ Kubernetes 集群部署完成,现在就可以开始部署 TiDB Operator 了!
部署前,请确保满足以下要求:

- [minikube](https://minikube.sigs.k8s.io/docs/start/):版本 1.0.0 及以上,推荐使用较新版本。minikube 需要安装一个兼容的 hypervisor,详情见官方安装教程。
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/): 版本 >= 1.12
- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/): 版本 >= 1.20

你可以使用 minikube start 直接启动 Kubernetes 集群,中国大陆用户也可以通过 gcr.io mirror 仓库启动 Kubernetes 集群。以下分别对这几种方法进行介绍。

Expand Down
Loading