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

en, zh: update the version number of advanced-statefulset #2677

Merged
merged 1 commit into from
Jan 17, 2025
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/deploy-tidb-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ If your server cannot access the Internet, install TiDB Operator offline by the
pingcap/tidb-operator:v1.6.1
pingcap/tidb-backup-manager:v1.6.1
bitnami/kubectl:latest
pingcap/advanced-statefulset:v0.3.3
pingcap/advanced-statefulset:v0.7.0
```
Next, download all these images using the following command:
Expand All @@ -178,12 +178,12 @@ If your server cannot access the Internet, install TiDB Operator offline by the
docker pull pingcap/tidb-operator:v1.6.1
docker pull pingcap/tidb-backup-manager:v1.6.1
docker pull bitnami/kubectl:latest
docker pull pingcap/advanced-statefulset:v0.3.3
docker pull pingcap/advanced-statefulset:v0.7.0
docker save -o tidb-operator-v1.6.1.tar pingcap/tidb-operator:v1.6.1
docker save -o tidb-backup-manager-v1.6.1.tar pingcap/tidb-backup-manager:v1.6.1
docker save -o bitnami-kubectl.tar bitnami/kubectl:latest
docker save -o advanced-statefulset-v0.3.3.tar pingcap/advanced-statefulset:v0.3.3
docker save -o advanced-statefulset-v0.3.3.tar pingcap/advanced-statefulset:v0.7.0
```
Next, upload these Docker images to the server, and execute `docker load` to install these Docker images on the server:
Expand Down
6 changes: 3 additions & 3 deletions zh/deploy-tidb-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ tidbmonitors.pingcap.com 2020-06-11T07:59:41Z
pingcap/tidb-operator:v1.6.1
pingcap/tidb-backup-manager:v1.6.1
bitnami/kubectl:latest
pingcap/advanced-statefulset:v0.3.3
pingcap/advanced-statefulset:v0.7.0
```

接下来通过下面的命令将所有这些镜像下载下来:
Expand All @@ -178,12 +178,12 @@ tidbmonitors.pingcap.com 2020-06-11T07:59:41Z
docker pull pingcap/tidb-operator:v1.6.1
docker pull pingcap/tidb-backup-manager:v1.6.1
docker pull bitnami/kubectl:latest
docker pull pingcap/advanced-statefulset:v0.3.3
docker pull pingcap/advanced-statefulset:v0.7.0

docker save -o tidb-operator-v1.6.1.tar pingcap/tidb-operator:v1.6.1
docker save -o tidb-backup-manager-v1.6.1.tar pingcap/tidb-backup-manager:v1.6.1
docker save -o bitnami-kubectl.tar bitnami/kubectl:latest
docker save -o advanced-statefulset-v0.3.3.tar pingcap/advanced-statefulset:v0.3.3
docker save -o advanced-statefulset-v0.3.3.tar pingcap/advanced-statefulset:v0.7.0
```

接下来将这些 Docker 镜像上传到服务器上,并执行 `docker load` 将这些 Docker 镜像安装到服务器上:
Expand Down
Loading