You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -177,9 +177,9 @@ It includes support for:
177
177
178
178
In order to use this chart to deploy Apache Pulsar on Kubernetes, the followings are required.
179
179
180
-
1. kubectl 1.23 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin))
180
+
1. kubectl 1.25 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin))
181
181
2. Helm v3 (3.12.0 or higher)
182
-
3. A Kubernetes cluster, version 1.23 or higher.
182
+
3. A Kubernetes cluster, version 1.25 or higher.
183
183
184
184
## Environment setup
185
185
@@ -200,7 +200,7 @@ helm repo update
200
200
201
201
## Kubernetes cluster preparation
202
202
203
-
You need a Kubernetes cluster whose version is 1.23 or higher in order to use this chart, due to the usage of certain Kubernetes features.
203
+
You need a Kubernetes cluster whose version is 1.25 or higher in order to use this chart, due to the usage of certain Kubernetes features.
204
204
205
205
We provide some instructions to guide you through the preparation: http://pulsar.apache.org/docs/helm-prepare/
0 commit comments