This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 0c23e6cba docs: update note for API-drive standalone mode (#12612)
0c23e6cba is described below
commit 0c23e6cba069aec9fbcc1ddf7322edbae4975c36
Author: Traky Deng <[email protected]>
AuthorDate: Mon Sep 15 09:23:56 2025 +0800
docs: update note for API-drive standalone mode (#12612)
---
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 93f0bd749..df316e22c 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