This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch chore/add_k8s_version_log in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit 375e6b36406d77e32a34b1ddbc977e0aebc481bb Author: Ashing Zheng <[email protected]> AuthorDate: Tue Jan 6 11:28:30 2026 +0800 fix: install docs Signed-off-by: Ashing Zheng <[email protected]> --- docs/en/latest/install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md index 25d56b7b..b61f4fbb 100644 --- a/docs/en/latest/install.md +++ b/docs/en/latest/install.md @@ -37,6 +37,8 @@ Before installing APISIX ingress controller, ensure you have: 1. A working Kubernetes cluster (version 1.26+) - Production: TKE, EKS, AKS, or other cloud-managed clusters - Development: minikube, kind, or k3s + + Kubernetes 1.26+ is required because the controller uses CEL (Common Expression Language) validation rules in CRDs (available in Beta since 1.25, default enabled in 1.26+), IngressClass namespace scope support, and EndpointSlice `Conditions.Terminating` field for traffic management (stable since 1.26). 2. [kubectl](https://kubernetes.io/docs/tasks/tools/) installed and configured to access your cluster 3. [Helm](https://helm.sh/) (version 3.8+) installed
