This is an automated email from the ASF dual-hosted git repository. traky pushed a commit to branch docs/patch-FAQ in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit f5751b6fd8103ee460ba0d95e34357cd8c8822a4 Author: Traky Deng <[email protected]> AuthorDate: Tue Feb 3 18:14:46 2026 +0800 Fix priority values for HTTPRoute and APISIXRoute and fix link --- docs/en/latest/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md index 4ad421cd..f25111a5 100644 --- a/docs/en/latest/FAQ.md +++ b/docs/en/latest/FAQ.md @@ -35,8 +35,8 @@ This document provides answers to frequently asked questions (FAQ) when using AP In APISIX, a higher value indicates a higher route priority. * **Ingress:** Does not support explicit route priority. Routes created using Ingress are assigned a default priority of 0, typically the lowest. -* **HTTPRoute:** Has a [38-bit priority](https://github.com/apache/apisix-ingress-controller/blob/master/internal/adc/translator/httproute.go#L428-L448). The priority calculation is dynamic and may change, making exact values difficult to predict. -* **APISIXRoute:** Can be assigned an explicit priority. To have a higher priority than an HTTPRoute, the value must exceed 549,755,813,887 (2^39 − 1). +* **HTTPRoute:** Has a [38-bit priority](https://github.com/apache/apisix-ingress-controller/blob/c48e9b3fb8d269b04b440c6fc5ed6880c05456f3/internal/adc/translator/httproute.go#L455-L472). The priority calculation is dynamic and may change, making exact values difficult to predict. +* **APISIXRoute:** Can be assigned an explicit priority. To have a higher priority than an HTTPRoute, the value must exceed 274,877,906,943 (2^38 − 1). ### How do HTTPRoute filters interact with PluginConfig CRDs?
