Skip to content

Commit

Permalink
[fix] [doc] fix wrong command of create cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Jun 30, 2023
1 parent e0557ec commit ece3b47
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.10.x/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Using geo-replication to migrate data between clusters is a special use case of

```shell

bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster

```

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.11.x/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Using geo-replication to migrate data between clusters is a special use case of
2. Add the new cluster to your old cluster.

```shell
bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster
```

3. Add the new cluster to your tenant.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2.0/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Using geo-replication to migrate data between clusters is a special use case of

```shell

bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster

```

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.2.1/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Using geo-replication to migrate data between clusters is a special use case of

```shell

bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster

```

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.3.0/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Using geo-replication to migrate data between clusters is a special use case of

```shell

bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster

```

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-2.3.1/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Using geo-replication to migrate data between clusters is a special use case of

```shell

bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster

```

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.x/administration-geo.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Using geo-replication to migrate data between clusters is a special use case of
2. Add the new cluster to your old cluster.

```shell
bin/pulsar-admin cluster create new-cluster
bin/pulsar-admin clusters create new-cluster
```

3. Add the new cluster to your tenant.
Expand Down

0 comments on commit ece3b47

Please sign in to comment.