From d5dc2a9734d87a6c9020a1ac7b15fc19d54ed162 Mon Sep 17 00:00:00 2001 From: Sarasa Kisaragi Date: Mon, 1 Aug 2022 10:10:49 +0800 Subject: [PATCH] doc: add a notice about the compatibility of Ingress and Dashboard (#2552) Signed-off-by: Ling Samuel --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d04b9a8fdb..baf36220ac 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