From 6ae88aba133c1ab272b5a1f036181eeecb716fd0 Mon Sep 17 00:00:00 2001 From: Ziyi Fan Date: Fri, 22 May 2026 22:36:44 +0800 Subject: [PATCH] docs: add MinIO deprecation warning --- docs/en/storage/storagesystem_minio/intro.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/storage/storagesystem_minio/intro.mdx b/docs/en/storage/storagesystem_minio/intro.mdx index 8fc7d9609..9a3493e0a 100644 --- a/docs/en/storage/storagesystem_minio/intro.mdx +++ b/docs/en/storage/storagesystem_minio/intro.mdx @@ -5,6 +5,10 @@ sourceSHA: 1eac407d04dd88f95a6c24024dc03bd0a0869a1f7e57682897e4d4ec519c8f82 # Introduction +:::warning Deprecation Notice +MinIO Object Storage is deprecated. The upstream community no longer maintains the MinIO Operator used by this deployment path, so ACP will also deprecate MinIO. Do not use MinIO for new deployments. Migrate existing data to Ceph RGW as soon as possible. See [MinIO to Rook Ceph RGW Data Migration Guide](./how_to/minio-to-ceph-rgw-with-volsync.md) for migration instructions. +::: + Alauda Container Platform (ACP) Object Storage with MinIO is an object storage service licensed under the Apache License v2.0. It is compatible with the Amazon S3 cloud storage service interface, making it particularly suitable for storing large volumes of unstructured data, such as images, videos, log files, backup data, and container/virtual machine images. An object file can range in size from a few KB to a maximum of 5T. **The main advantages are as follows:**