Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 3846a0e

Browse files
committed
Update readme for the next release
1 parent b7c5e63 commit 3846a0e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ The operator also uses `cert-manager` for issuing certificates to users and brok
9696
9797
#### Install cert-manager
9898

99+
> Cert-manager 0.11.x introduced some API changes. We did not want to drop the 0.10.x line support so we decided to create two releases for the Operator.
100+
101+
- Operator 0.8.x line supports cert-manager 0.11.x
102+
- Operator 0.7.x line supports cert-manager 0.10.x
103+
99104
Install cert-manager and CustomResourceDefinitions
100105

101106
```bash
@@ -206,6 +211,8 @@ kubectl create -n default -f config/samples/kafkacluster-prometheus.yaml
206211

207212
Alternatively, if you are using Helm, you can deploy the operator using a Helm chart [Helm chart](https://github.com/banzaicloud/kafka-operator/tree/master/charts):
208213

214+
> To install the 0.7.x version of the operator use `helm install --name=kafka-operator --namespace=kafka --set operator.image.tag=0.7.x banzaicloud-stable/kafka-operator -f config/samples/example-prometheus-alerts.yaml`
215+
209216
```bash
210217
helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com/
211218
helm install --name=kafka-operator --namespace=kafka banzaicloud-stable/kafka-operator -f config/samples/example-prometheus-alerts.yaml

0 commit comments

Comments
 (0)