Skip to content

Commit

Permalink
update CentOS 7 related description (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt authored Oct 15, 2024
1 parent 0e9b552 commit 34255cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions en/deploy-on-gcp-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ The LoadBalancer created for your TiDB cluster is an intranet LoadBalancer. You
```shell
gcloud compute instances create bastion \
--machine-type=n1-standard-4 \
--image-project=centos-cloud \
--image-family=centos-7 \
--zone=${your-region}-a
```

Expand Down
3 changes: 1 addition & 2 deletions en/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This document introduces the hardware and software prerequisites for deploying a
| Software Name | Version |
| :--- | :--- |
| Kubernetes | v1.24+ |
| CentOS | 7.6 and kernel 3.10.0-957 or later |
| Helm | v3.0.0+ |

## Configure the firewall
Expand Down Expand Up @@ -159,7 +158,7 @@ sysctl --system

## Docker service

It is recommended to install Docker CE 18.09.6 or later versions. See [Install Docker](https://docs.docker.com/engine/install/centos/) for details.
It is recommended to install Docker CE 18.09.6 or later versions. See [Install Docker](https://docs.docker.com/engine/install/) for details.

After the installation, take the following steps:

Expand Down
2 changes: 0 additions & 2 deletions zh/deploy-on-gcp-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ tidb-tikv-2 1/1 Running 0 47h
```shell
gcloud compute instances create bastion \
--machine-type=n1-standard-4 \
--image-project=centos-cloud \
--image-family=centos-7 \
--zone=${your-region}-a
```

Expand Down
3 changes: 1 addition & 2 deletions zh/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/prerequisites/']
| 软件名称 | 版本 |
| :--- | :--- |
| Kubernetes | v1.24+ |
| CentOS | CentOS 7.6,内核要求为 3.10.0-957 或之后版本 |
| Helm | v3.0.0+ |

## 配置防火墙
Expand Down Expand Up @@ -161,7 +160,7 @@ sysctl --system

## Docker 服务

安装 Docker 时,建议选择 Docker CE 18.09.6 及以上版本。请参考 [Docker 安装指南](https://docs.docker.com/engine/install/centos/) 进行安装。
安装 Docker 时,建议选择 Docker CE 18.09.6 及以上版本。请参考 [Docker 安装指南](https://docs.docker.com/engine/install/)进行安装。

安装完 Docker 服务以后,执行以下步骤:

Expand Down

0 comments on commit 34255cf

Please sign in to comment.