From 2a8ddc38a5f745ffa4e57bd4bf63e09bc39af308 Mon Sep 17 00:00:00 2001 From: Ling Samuel Date: Fri, 29 Jul 2022 10:17:30 +0800 Subject: [PATCH] doc: add a notice about the compatibility of Ingress and Dashboard 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