This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new 01fa72f9 docs: update k8s cluster version in README (#2688)
01fa72f9 is described below
commit 01fa72f9f45ec702579803ea499dd63e07300e30
Author: Traky Deng <[email protected]>
AuthorDate: Tue Dec 23 18:05:00 2025 +0800
docs: update k8s cluster version in README (#2688)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4c080b42..31bb06ab 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ resources.
### Prerequisites
-* go version v1.22.0+
+* go version v1.22.0+.
* docker version 17.03+.
-* kubectl version v1.11.3+.
-* Access to a Kubernetes v1.11.3+ cluster.
+* Kubernetes cluster version 1.26+.
+* kubectl version within one minor version difference of your cluster.
### To Deploy on the cluster