Skip to content

Commit

Permalink
update operator version to v1.1.2 from v1.1.1 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofyc authored Jul 1, 2020
1 parent 9f5ad01 commit 32f7d55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions en/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Before proceeding, make sure the following requirements are satisfied:
{{< copyable "shell-regular" >}}

```shell
kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.1.1/manifests/crd.yaml
kubectl apply -f https://raw.githubusercontent.com/pingcap/tidb-operator/v1.1.2/manifests/crd.yaml
```

Expected output:
Expand Down Expand Up @@ -322,17 +322,17 @@ Before proceeding, make sure the following requirements are satisfied:
{{< copyable "shell-regular" >}}
```shell
helm install --namespace tidb-admin --name tidb-operator pingcap/tidb-operator --version v1.1.1
helm install --namespace tidb-admin --name tidb-operator pingcap/tidb-operator --version v1.1.2
```
If the network connection to the Docker Hub is slow, you can try images hosted in Alibaba Cloud:
{{< copyable "shell-regular" >}}
```
helm install --namespace tidb-admin --name tidb-operator pingcap/tidb-operator --version v1.1.1 \
--set operatorImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-operator:v1.1.1 \
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.1
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
```
Expected output:
Expand Down Expand Up @@ -387,17 +387,17 @@ Before proceeding, make sure the following requirements are satisfied:
{{< copyable "shell-regular" >}}
```shell
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.1.1
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.1.2
```
If the network connection to the Docker Hub is slow, you can try images hosted in Alibaba Cloud:
{{< copyable "shell-regular" >}}
```
helm install --namespace tidb-admin tidb-operator pingcap/tidb-operator --version v1.1.1 \
--set operatorImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-operator:v1.1.1 \
--set tidbBackupManagerImage=registry.cn-beijing.aliyuncs.com/tidb/tidb-backup-manager:v1.1.1
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
```
Expected output:
Expand Down

0 comments on commit 32f7d55

Please sign in to comment.