This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 2024a09d docs: add note about enabling the Plugin (#1596)
2024a09d is described below
commit 2024a09da38cd138576bd2d436efa5c29021922d
Author: Navendu Pottekkat <[email protected]>
AuthorDate: Wed Jan 11 18:49:24 2023 +0530
docs: add note about enabling the Plugin (#1596)
---
docs/en/latest/concepts/apisix_route.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/en/latest/concepts/apisix_route.md
b/docs/en/latest/concepts/apisix_route.md
index 79b0946b..5f3232e8 100644
--- a/docs/en/latest/concepts/apisix_route.md
+++ b/docs/en/latest/concepts/apisix_route.md
@@ -178,6 +178,12 @@ spec:
APISIX's [80+
Plugins](https://apisix.apache.org/docs/apisix/plugins/batch-requests/) can be
used with APISIX Ingress. These Plugins have the same name as in the APISIX
documentation.
+:::note
+
+If the Plugin is not enabled in APISIX by default, you can enable it by adding
it to the `plugins` attribute in your `values.yaml` file while installing
APISIX and Ingress controller via Helm. Alternatively, you can directly modify
your APISIX configuration file (`conf/config.yaml`) to enable/disable Plugins.
+
+:::
+
The example below configures
[cors](https://apisix.apache.org/docs/apisix/plugins/cors/) Plugin for the
route:
```yaml