Skip to content

Commit

Permalink
Adds information for unique tenant namespaces.
Browse files Browse the repository at this point in the history
Closes #1391

Adds information about changes to erasure code to MNMD deploys.

Closes #1365
  • Loading branch information
djwfyi committed Jan 13, 2025
1 parent fff6e87 commit 29af93d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ Consider using the MinIO `Erasure Code Calculator <https://min.io/product/erasur

.. important::

While you can change erasure parity settings at any time, objects written with a given parity do **not** automatically update to the new parity settings.
While you can change erasure parity settings at any time, objects written with a given parity do **not** update to the new parity settings.
MinIO only applies the changed parity to newly written objects.
Existing objects retain the parity value in place at the time of their creation.

Capacity-Based Planning
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ Persistent Volumes
MinIO strongly recommends SSD-backed disk types for best performance.
For more information on AKS disk types, see :azure-docs:`Azure disk types <virtual-machines/disk-types>`.

Namespace
~~~~~~~~~

The tenant must use its own namespace with no other tenant.
MinIO strongly recommends using a dedicated namespace for the tenant with no other applications running in the namespace.

.. _minio-k8s-deploy-minio-tenant-security:

Deploy a MinIO Tenant using Kustomize
Expand Down

0 comments on commit 29af93d

Please sign in to comment.