From a31e3e7c8ebaf7d0bd80e25e23fa30f46de7c905 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 23 Nov 2022 09:59:43 -0600 Subject: [PATCH] Add --interactive flag info to kubectl create tenant docs (#650) Applies changes in Operator 4.5.0 release. - Adds flag to `kubectl minio tenant create` doc - Softens wording on bucket limit to be recommended in the MinIO console doc for PR#649 Closes #569 --- source/administration/minio-console.rst | 2 +- .../kubectl-minio-tenant-create.rst | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/source/administration/minio-console.rst b/source/administration/minio-console.rst index 761c673d..550ee366 100644 --- a/source/administration/minio-console.rst +++ b/source/administration/minio-console.rst @@ -147,7 +147,7 @@ Use the :guilabel:`Search` bar to search for specific buckets or objects. Select the row for the bucket or object to browse. Select :guilabel:`Create Bucket` to create a new bucket on the deployment. -The S3 API allows for a maximum of 500,000 buckets per deployment. +MinIO recommends no more than 500,000 buckets per deployment. Each bucket has :guilabel:`Manage` and :guilabel:`Browse` buttons. 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 8384b62f..a6c40db5 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,7 @@ Syntax kubectl minio tenant create \ TENANT_NAME \ + [--interactive] \ --capacity \ --servers \ --volumes \ @@ -89,6 +90,23 @@ Flags The command supports the following flags: +.. mc-cmd:: --interactive + :optional: + + Offers command line prompts to request the information required to set up a new tenant. + Use this instead of the remaining flags when creating a new tenant. + + When added, prompts ask for input for the following values: + + - Tenant name + - Total servers + - Total volumes + - Namespace + - Capacity + - Disable TLS + - Disable audit logs + - Disable prometheus + .. mc-cmd:: TENANT_NAME :required: