diff --git a/source/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst b/source/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst index ac146673..52b6771c 100644 --- a/source/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst +++ b/source/operations/install-deploy-manage/deploy-minio-multi-node-multi-drive.rst @@ -141,7 +141,9 @@ Consider using the MinIO `Erasure Code Calculator `. +Namespace +~~~~~~~~~ + +The tenant must use its own namespace and cannot share a namespace with another tenant. +In addition, MinIO strongly recommends using a dedicated namespace for the tenant with no other applications running in the namespace. + .. _deploy-tenant-helm-repo: Deploy a MinIO Tenant using Helm Charts diff --git a/source/operations/install-deploy-manage/deploy-minio-tenant.rst b/source/operations/install-deploy-manage/deploy-minio-tenant.rst index b6ca8a04..a9348b2c 100644 --- a/source/operations/install-deploy-manage/deploy-minio-tenant.rst +++ b/source/operations/install-deploy-manage/deploy-minio-tenant.rst @@ -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 `. +Namespace +~~~~~~~~~ + +The tenant must use its own namespace and cannot share a namespace with another tenant. +In addition, 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