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-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new d5dc2a97 doc: add a notice about the compatibility of Ingress and
Dashboard (#2552)
d5dc2a97 is described below
commit d5dc2a9734d87a6c9020a1ac7b15fc19d54ed162
Author: Sarasa Kisaragi <[email protected]>
AuthorDate: Mon Aug 1 10:10:49 2022 +0800
doc: add a notice about the compatibility of Ingress and Dashboard (#2552)
Signed-off-by: Ling Samuel <[email protected]>
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index d04b9a8f..baf36220 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,10 @@ Username: admin
Password: admin
```
+## Works with APISIX Ingress Controller
+
+Currently, APISIX Ingress Controller automatically manipulates some APISIX
resources, which is not very compatible with APISIX Dashboard. In addition,
users should not modify resources labeled `managed-by:
apisix-ingress-controllers` via APISIX Dashboard.
+
## Project structure
```text