1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

missing changes from PR 1171 (#1176)

Oops did not type something correctly, this should have been included in
https://github.com/minio/docs/pull/1171
This commit is contained in:
Andrea Longo
2024-04-02 09:21:34 -06:00
committed by GitHub
parent b0ab2be7ba
commit 005ac5c126
2 changed files with 11 additions and 11 deletions

View File

@ -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:

View File

@ -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: