-
Notifications
You must be signed in to change notification settings - Fork 0
kubectl minio tenant expand
Cesar Celis Hernandez edited this page Aug 17, 2023
·
3 revisions
To expand tenant with minio plugin in k8s
- Cluster with 8 nodes and 4 minio servers:
createcluster 8
installoperator
installtenant
- Expand tenant:
kubectl minio tenant expand \
myminio \
--servers 4 \
--volumes 4 \
--capacity 10Gi \
--namespace tenant-lite \
--storage-class standard
- Result:
$ kubectl minio tenant expand \
> myminio \
> --servers 4 \
> --volumes 4 \
> --capacity 10Gi \
> --namespace tenant-lite \
> --storage-class standard
Expanding Tenant 'myminio/tenant-lite' from 16 GiB to 26 GiB