This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f85bf9  Update FAQ.md (#392)
8f85bf9 is described below

commit 8f85bf9b87c0cac35e7b4becb39fa2bee44a9500
Author: ZhengJin Fang <[email protected]>
AuthorDate: Thu Feb 9 09:30:10 2023 +0800

    Update FAQ.md (#392)
---
 docs/en/latest/FAQ.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index d53192a..2c5c5e6 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -309,4 +309,11 @@ If you want to allow all IPs for a quick test, just set 
`admin.allow.ipList=""`
 ```shell
 helm install apisix apisix/apisix \
     --set admin.allow.ipList=""
-```
\ No newline at end of file
+```
+
+### Creating resources such as ApisixRoute has no effect?
+
+1. [check the synchronization status of 
CRD](https://apisix.apache.org/docs/ingress-controller/tutorials/check-crd-status)
+2. Find the current version of the CRD declaration in 
https://github.com/apache/apisix-ingress-controller, located in the 
samples/deploy/crd directory, overwrite and install them. 
+
+Note: this operation may result in loss or corruption of historical data. You 
should back up the relevant data in advance.

Reply via email to