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
The following commit(s) were added to refs/heads/chore/add_k8s_version_log by
this push:
new 170cdb73 fix: r
170cdb73 is described below
commit 170cdb73beaa356ed5f4f695728842f24d96be3f
Author: Ashing Zheng <[email protected]>
AuthorDate: Tue Jan 6 13:32:05 2026 +0800
fix: r
Signed-off-by: Ashing Zheng <[email protected]>
---
docs/en/latest/install.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index b61f4fbb..5b0b60ec 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -38,7 +38,7 @@ Before installing APISIX ingress controller, ensure you have:
- 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).
+ Kubernetes 1.26+ is required because the controller uses CEL (Common
Expression Language) validation rules in CRDs, IngressClass Namespaced Params
support, and EndpointSlice terminating conditions.
2. [kubectl](https://kubernetes.io/docs/tasks/tools/) installed and configured
to access your cluster
3. [Helm](https://helm.sh/) (version 3.8+) installed