Skip to content

Commit

Permalink
Update README.md (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezfj committed Sep 16, 2020
1 parent 3b88b83 commit 0138454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We can create the Tenant now. Before that, please ensure you have requisite node
We recommend [direct CSI driver](https://github.com/minio/operator/blob/master/docs/using-direct-csi.md) to create PVs.

```sh
kubectl minio tenant create --name tenant1 --secret tenant1-secret --servers 4 --volumes 16 --capacity 16Ti --namespace tenant1-ns --storageclass direct.csi.min.io
kubectl minio tenant create --name tenant1 --secret tenant1-secret --servers 4 --volumes 16 --capacity 16Ti --namespace tenant1-ns --storage-class direct.csi.min.io
```

## Post Tenant Creation
Expand Down

0 comments on commit 0138454

Please sign in to comment.