Skip to content

Commit

Permalink
cherry pick #542 to release-1.1 (#550)
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
  • Loading branch information
ti-srebot and DanielZhangQD authored Jul 8, 2020
1 parent 4645fc7 commit 5f986bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ Before proceeding, make sure the following requirements are satisfied:
```
helm install --namespace tidb-admin --name tidb-operator pingcap/tidb-operator --version v1.1.2 \
--set operatorImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-operator:v1.1.2 \
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.2
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.2 \
--set scheduler.kubeSchedulerImageName=registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler
```
Expected output:
Expand Down Expand Up @@ -396,7 +397,8 @@ Before proceeding, make sure the following requirements are satisfied:
```
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.1.2 \
--set operatorImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-operator:v1.1.2 \
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.2
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.2 \
--set scheduler.kubeSchedulerImageName=registry.cn-hangzhou.aliyuncs.com/google_containers/kube-scheduler
```
Expected output:
Expand Down

0 comments on commit 5f986bc

Please sign in to comment.