1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +03:00

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
This commit is contained in:
Daryl White
2022-11-23 09:59:43 -06:00
committed by GitHub
parent 0c4c7be68b
commit a31e3e7c8e
2 changed files with 19 additions and 1 deletions

View File

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