From b595bc5dd764c3bd018387d2d3391b469ed14e3c Mon Sep 17 00:00:00 2001 From: traky Date: Fri, 12 Sep 2025 17:40:28 +0800 Subject: [PATCH] update note for API-drive standalone mode --- docs/en/latest/deployment-modes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/latest/deployment-modes.md b/docs/en/latest/deployment-modes.md index 93f0bd74913c..df316e22c762 100644 --- a/docs/en/latest/deployment-modes.md +++ b/docs/en/latest/deployment-modes.md @@ -151,10 +151,9 @@ deployment: This makes it possible to disable the Admin API and discover configuration changes and reloads based on the local file system. -#### API-driven (Experimental) +#### API-driven -> This mode is experimental, please do not rely on it in your production environment. -> We use it to validate certain specific workloads and if it is appropriate we will turn it into an officially supported feature, otherwise it will be removed. +The API-drive standalone mode is designed specifically for the APISIX Ingress Controller and is primarily intended for integration with ADC. APISIX provides an official, end-to-end, stateless Ingress Controller implementation. Do not use this feature directly unless you fully understand its internal workings and behavior. ##### Overview