1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +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 \ kubectl minio tenant create \
TENANT_NAME \ TENANT_NAME \
--capacity \
--servers \
--volumes | --volumes-per-server \
[--interactive] \ [--interactive] \
[--disable-tls] \ [--disable-tls] \
[--enable-audit-logs] \ [--enable-audit-logs] \
@@ -85,10 +88,7 @@ Syntax
[--namespace] \ [--namespace] \
[--output] \ [--output] \
[--pool] \ [--pool] \
[--storage-class] \ [--storage-class]
--capacity \
--servers \
--volumes | --volumes-per-server \
.. include:: /includes/common-minio-mc.rst .. include:: /includes/common-minio-mc.rst
:start-after: start-minio-syntax :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. 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 .. mc-cmd:: --disable-tls
:optional: :optional:

View File

@@ -56,13 +56,13 @@ Syntax
kubectl minio tenant expand \ kubectl minio tenant expand \
TENANT_NAME \ TENANT_NAME \
--capacity \
--namespace \
--servers \
--volumes | --volumes-per-server \
[--output] \ [--output] \
[--pool] \ [--pool] \
[--storage-class] [--storage-class]
--capacity \
--servers \
--volumes | --volumes-per-server \
--namespace
.. include:: /includes/common-minio-mc.rst .. include:: /includes/common-minio-mc.rst
:start-after: start-minio-syntax :start-after: start-minio-syntax
@@ -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. 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 .. mc-cmd:: --namespace
:optional: :optional: