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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ It includes support for:
160
160
- [x] Broker
161
161
- [x] Toolset
162
162
- [x] Bookie
163
-
- [x] ZooKeeper
163
+
- [x] ZooKeeper (requires the `AdditionalCertificateOutputFormats=true` feature gate to be enabled in the cert-manager deployment when using cert-manager versions below 1.15.0)
For more detailed information, see our [Upgrading](http://pulsar.apache.org/docs/helm-upgrade/) guide.
404
404
405
+
## Upgrading to Helm chart version 4.2.0 (not released yet)
406
+
407
+
### TLS configuration for ZooKeeper has changed
408
+
409
+
The TLS configuration for ZooKeeper has been changed to fix certificate and private key expiration issues.
410
+
This change impacts configurations that have `tls.enabled` and `tls.zookeeper.enabled` set in `values.yaml`.
411
+
The revised solution requires the `AdditionalCertificateOutputFormats=true` feature gate to be enabled in the `cert-manager` deployment when using cert-manager versions below 1.15.0.
412
+
If you installed `cert-manager` using `./scripts/cert-manager/install-cert-manager.sh`, you can re-run the updated script to set the feature gate. The script currently installs or upgrades cert-manager LTS version 1.12.17, where the feature gate must be explicitly enabled.
413
+
405
414
## Upgrading from Helm Chart versions before 4.0.0 to 4.0.0 version and above
406
415
407
416
### Pulsar Proxy service's default type has been changed from `LoadBalancer` to `ClusterIP`
0 commit comments