gxthrj commented on a change in pull request #651:
URL:
https://github.com/apache/apisix-ingress-controller/pull/651#discussion_r695705102
##########
File path: docs/en/latest/FAQ.md
##########
@@ -64,3 +64,15 @@ In such a case, you may need to apply these CRDs by yourself.
```shell
kubectl apply -k samples/deploy/crd/
```
+
+### 8. Why apisix-ingress-controller reports similar errors when running: no
matches for kind "ApisixRoute" in version "apisix.apache.org/v2beta1"?
+
+The version `v2beta1` is the newest version of resource `ApisixRoute`. You
need to check if the CRD definition file is up to date.
+
+```shell
+kubectl get crd -A
Review comment:
nice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]