Skip to content

Commit

Permalink
docs: fix cmd (#7248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiwency authored May 7, 2024
1 parent ba9ebbe commit e209c08
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/user_docs/backup-and-restore/backup/backup-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ If you do not configure the BackupRepo information when installing KubeBlocks, y
<TabItem value="PVC" label="PVC">

```bash
kbcli backuprepo create --provider pvc \
kbcli backuprepo create my-repo \
--provider pvc \
--storage-class-name "nfs-storage" \
--access-mode "ReadWriteMany" \
--volume-capacity "100Gi" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ KubeBlocks supports creating two types of Redis clusters: Standalone and Replica
Create a Standalone.

```bash
kbcli cluster create redis <clustername>
kbcli cluster create redis --mode standalone <clustername>
```

Create a Replication Cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ BackupRepo 是备份数据的存储仓库,支持配置 OSS(阿里云对象
<TabItem value="PVC" label="PVC">

```bash
kbcli backuprepo create --provider pvc \
kbcli backuprepo create my-repo \
--provider pvc \
--storage-class-name "nfs-storage" \
--access-mode "ReadWriteMany" \
--volume-capacity "100Gi" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ KubeBlocks 支持创建两种 Redis 集群:单机版(Standalone)和主备
创建 Redis 单机版。

```bash
kbcli cluster create redis <clustername>
kbcli cluster create redis --mode standalone <clustername>
```

创建 Redis 主备版。
Expand Down

0 comments on commit e209c08

Please sign in to comment.