From baafa4f80a9ef1c2d821e74a11f694e2e1d020ca Mon Sep 17 00:00:00 2001 From: Andrea Longo Date: Tue, 28 Jan 2025 10:30:53 -0700 Subject: [PATCH] Clarify additional MinIO Console options available using mc (#1399) Add a clearer callout to `mc` for features not/no longer available in MinIO Console. Given that several things were removed, enumerating specific commands seems impractical? Opinions solicited. From a community issue: https://github.com/minio/console/issues/3498 Not yet staged. --------- Co-authored-by: Ravind Kumar --- source/administration/minio-console.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/administration/minio-console.rst b/source/administration/minio-console.rst index b01b5bc8..6862c33f 100644 --- a/source/administration/minio-console.rst +++ b/source/administration/minio-console.rst @@ -19,6 +19,7 @@ Overview -------- You can use the MinIO Console for administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. +For more comprehensive or advanced configuration of MinIO, use the :mc:`mc` command line tool. The MinIO Console is embedded as part of the MinIO Server. You can also deploy a standalone MinIO Console using the instructions in the :minio-git:`github repository `.