From 4345552d7fcb82328182e27f7d484f22357dcf8d Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 25 May 2023 13:29:35 -0500 Subject: [PATCH] Broken link to decommission page (#862) Corrects a link that resulted in a 404 from K8s tenant page to decommission page. --- source/operations/install-deploy-manage/modify-minio-tenant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/operations/install-deploy-manage/modify-minio-tenant.rst b/source/operations/install-deploy-manage/modify-minio-tenant.rst index 64287e71..efbb7652 100644 --- a/source/operations/install-deploy-manage/modify-minio-tenant.rst +++ b/source/operations/install-deploy-manage/modify-minio-tenant.rst @@ -87,5 +87,5 @@ Decommission a Tenant Server Pool ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MinIO Operator 4.4.13 and later support decommissioning a server pool in a Tenant. -Specifically, you can follow the :minio-docs:`Decommission a Server pool ` procedure to remove the pool from the tenant, then edit the tenant YAML to drop the pool from the StatefulSet. +Specifically, you can follow the :minio-docs:`Decommission a Server pool ` procedure to remove the pool from the tenant, then edit the tenant YAML to drop the pool from the StatefulSet. When removing the Tenant pool, ensure the ``spec.pools.[n].name`` fields have values for all remaining pools.