Skip to content

Commit

Permalink
docs: update acr configs (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 authored Jul 12, 2023
1 parent 860bfff commit 237374c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ gtctl cluster scale <your-cluster> -n <your-cluster-namespace> -c frontend --rep

#### Specify the image registry

`gtctl` uses DockerHub as the default image registry and also supports specifying image registry when creating a cluster with the `--image-registry` option (the AliCloud image registry mirror `registry.cn-hangzhou.aliyuncs.com` is now available).
`gtctl` uses DockerHub as the default image registry and also supports specifying image registry when creating a cluster with the `--image-registry` option (the AliCloud image registry mirror `greptime-registry.cn-hangzhou.cr.aliyuncs.com` is now available).

中国用户可使用如下命令创建集群:

```console
gtctl cluster create mycluster --image-registry=registry.cn-hangzhou.aliyuncs.com
gtctl cluster create mycluster --image-registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com
```

## Development
Expand Down

0 comments on commit 237374c

Please sign in to comment.