kubectl minio tenant expand - cniackz/public GitHub Wiki

Objective:

To expand tenant with minio plugin in k8s

Documentation:

Steps:

  1. Cluster with 8 nodes and 4 minio servers:
createcluster 8
installoperator
installtenant
  1. Expand tenant:
kubectl minio tenant expand                            \
                     myminio                           \
                     --servers          4              \
                     --volumes          4              \
                     --capacity         10Gi           \
                     --namespace        tenant-lite    \
                     --storage-class    standard
  1. 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

Screenshot 2023-08-17 at 2 22 03 PM