diff --git a/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-create.rst b/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-create.rst index ec8521f2..657380cf 100644 --- a/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-create.rst +++ b/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-create.rst @@ -72,6 +72,9 @@ Syntax kubectl minio tenant create \ TENANT_NAME \ + --capacity \ + --servers \ + --volumes | --volumes-per-server \ [--interactive] \ [--disable-tls] \ [--enable-audit-logs] \ @@ -85,10 +88,7 @@ Syntax [--namespace] \ [--output] \ [--pool] \ - [--storage-class] \ - --capacity \ - --servers \ - --volumes | --volumes-per-server \ + [--storage-class] .. include:: /includes/common-minio-mc.rst :start-after: start-minio-syntax @@ -169,7 +169,7 @@ The command supports the following flags: Similar to :mc-cmd:`~kubectl minio tenant create --volumes`, but instead of specifying the total number of volumes for all MinIO servers, associate ``--volumes-per-server`` volumes to each server. - If the total number of volumes (:mc-cmd:`~kubectl minio tenant create --volumes-per-server` multiplied by :mc-cmd:`~kubectl minio tenant create --servers`) exceeds the number of unbound ``PVs`` available on the cluster, :mc:`kubectl minio tenant create` hangs and waits until the required ``PVs`` exist. + If the combined total number of volumes exceeds the number of unbound ``PVs`` available on the cluster, :mc:`kubectl minio tenant create` hangs and waits until the required ``PVs`` exist. .. mc-cmd:: --disable-tls :optional: diff --git a/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-expand.rst b/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-expand.rst index e9074234..dec7248b 100644 --- a/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-expand.rst +++ b/source/reference/kubectl-minio-plugin/kubectl-minio-tenant-expand.rst @@ -56,13 +56,13 @@ Syntax kubectl minio tenant expand \ TENANT_NAME \ + --capacity \ + --namespace \ + --servers \ + --volumes | --volumes-per-server \ [--output] \ [--pool] \ [--storage-class] - --capacity \ - --servers \ - --volumes | --volumes-per-server \ - --namespace .. include:: /includes/common-minio-mc.rst :start-after: start-minio-syntax @@ -99,7 +99,7 @@ The command supports the following flags: Mutually exclusive with :mc-cmd:`~kubectl minio tenant expand --volumes-per-server`. Use either :mc-cmd:`~kubectl minio tenant expand --volumes` or :mc-cmd:`~kubectl minio tenant expand --volumes-per-server`. -The number of volumes in the new MinIO Tenant Pool. + The number of volumes in the new MinIO Tenant Pool. :mc:`kubectl minio` generates one Persistent Volume Claim (``PVC``) for each volume. The number of volumes affects both the requested storage of each ``PVC`` *and* the number of ``PVCs`` to associate to each MinIO Pod in the new Pool: @@ -122,7 +122,7 @@ The number of volumes in the new MinIO Tenant Pool. Similar to :mc-cmd:`~kubectl minio tenant expand --volumes`, but instead of specifying the total number of volumes for all MinIO servers, associate ``--volumes-per-server`` volumes to each server. - If the total number of volumes (:mc-cmd:`~kubectl minio tenant expand --volumes-per-server` multiplied by :mc-cmd:`~kubectl minio tenant expand --servers`) exceeds the number of unbound ``PVs`` available on the cluster, :mc:`kubectl minio tenant expand` hangs and waits until the required ``PVs`` exist. + If the combined total number of volumes exceeds the number of unbound ``PVs`` available on the cluster, :mc:`kubectl minio tenant expand` hangs and waits until the required ``PVs`` exist. .. mc-cmd:: --namespace :optional: