Skip to content

Commit

Permalink
Baseline to k8s 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Jul 10, 2023
1 parent b37f0bf commit b7c3ae7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ It includes support for:

In order to use this chart to deploy Apache Pulsar on Kubernetes, the followings are required.

1. kubectl 1.19 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin))
1. kubectl 1.20 or higher, compatible with your cluster ([+/- 1 minor release from your cluster](https://kubernetes.io/docs/tasks/tools/install-kubectl/#before-you-begin))
2. Helm v3 (3.0.2 or higher)
3. A Kubernetes cluster, version 1.19 or higher.
3. A Kubernetes cluster, version 1.20 or higher.

## Environment setup

Expand All @@ -95,7 +95,7 @@ helm repo add apache https://pulsar.apache.org/charts

## Kubernetes cluster preparation

You need a Kubernetes cluster whose version is 1.19 or higher in order to use this chart, due to the usage of certain Kubernetes features.
You need a Kubernetes cluster whose version is 1.20 or higher in order to use this chart, due to the usage of certain Kubernetes features.

We provide some instructions to guide you through the preparation: http://pulsar.apache.org/docs/helm-prepare/

Expand Down
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

OUTPUT=${PULSAR_CHART_HOME}/output
OUTPUT_BIN=${OUTPUT}/bin
KUBECTL_VERSION=1.19.16
KUBECTL_VERSION=1.20.15
KUBECTL_BIN=$OUTPUT_BIN/kubectl
HELM_BIN=$OUTPUT_BIN/helm
HELM_VERSION=3.12.0
Expand Down
2 changes: 1 addition & 1 deletion hack/kind-cluster-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ done

clusterName=${clusterName:-pulsar-dev}
nodeNum=${nodeNum:-6}
k8sVersion=${k8sVersion:-v1.19.16}
k8sVersion=${k8sVersion:-v1.20.15}
volumeNum=${volumeNum:-9}

echo "clusterName: ${clusterName}"
Expand Down

0 comments on commit b7c3ae7

Please sign in to comment.