Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ The APISIX Ingress Controller allows you to run the APISIX Gateway as a Kubernet

### Prerequisites

<<<<<<< HEAD
* go version v1.23.0+
=======
* go version v1.22.0+.
>>>>>>> 01fa72f9 (docs: update k8s cluster version in README (#2688))
* 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

Expand Down