mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Updates to docs for Operator 4.5.4 and Console v0.21.0 (#651)
# Updates for Operator 4.5.0 - Add --interactive flag info to kubectl create tenant docs - Adds flag to kubectl minio tenant create doc - Softens wording on bucket limit to be recommended in the MinIO console doc for PR#649 # Updates for Console v0.20.5 - Adds environment variable option to create tenant - Creates Audit Log section to create tenant page and moves some options there # Updates for console v0.21.0 - Adding info about the tiers status column when in the console - Reworking site replication section for new changes to the layout in Console - Skips documenting support for editing raw YAML for encryption page when creating a tenant, as that seems to not be supported any longer # Updates for operator 4.5.4 - Adds --pool flag to kubectl minio tenant create - Adds --pool flag to kubectl minio tenant expand Closes #634 Closes #615 Closes #590 Closes #569
This commit is contained in:
@ -82,6 +82,7 @@ Syntax
|
||||
[--kes-config] \
|
||||
[--namespace] \
|
||||
[--output] \
|
||||
[--pool] \
|
||||
[--storage-class]
|
||||
|
||||
|
||||
@ -94,7 +95,7 @@ The command supports the following flags:
|
||||
: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.
|
||||
This command is mutually exclusive of the other flags when creating a new tenant.
|
||||
|
||||
When added, prompts ask for input for the following values:
|
||||
|
||||
@ -194,6 +195,11 @@ The command supports the following flags:
|
||||
:mc-cmd:`~kubectl minio tenant create --output` does **not** create the MinIO Tenant.
|
||||
Use ``kubectl apply -f <FILE>`` to manually create the MinIO tenant using the generated file.
|
||||
|
||||
.. mc-cmd:: --pool
|
||||
:optional:
|
||||
|
||||
Assign a name for the pool added for the tenant.
|
||||
|
||||
.. mc-cmd:: --storage-class
|
||||
:optional:
|
||||
|
||||
|
@ -61,6 +61,7 @@ Syntax
|
||||
--volumes \
|
||||
--namespace \
|
||||
[--output] \
|
||||
[--pool] \
|
||||
[--storage-class]
|
||||
|
||||
Flags
|
||||
@ -120,6 +121,11 @@ The command supports the following flags:
|
||||
:mc-cmd:`~kubectl minio tenant expand --output` does **not** create the new MinIO Tenant Pool.
|
||||
Use ``kubectl apply -f <FILE>`` to manually create the MinIO tenant using the generated file.
|
||||
|
||||
.. mc-cmd:: --pool
|
||||
:optional:
|
||||
|
||||
The name to assign to the pool created for this expansion.
|
||||
|
||||
.. mc-cmd:: --storage-class
|
||||
:optional:
|
||||
|
||||
|
Reference in New Issue
Block a user