You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ba...@apache.org on 2022/08/01 02:10:55 UTC

[apisix-dashboard] branch master updated: doc: add a notice about the compatibility of Ingress and Dashboard (#2552)

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 <li...@gmail.com>
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 <li...@gmail.com>
---
 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