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: modules/ROOT/pages/release-notes.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,18 @@ These OpenShift versions are no longer supported:
243
243
244
244
Of the changes mentioned above, the following are breaking (or could lead to breaking behaviour), and you will need to adapt your existing CRDs accordingly:
245
245
246
+
==== Kafka operator
247
+
248
+
* Existing services will be migrated to the new format. Clients will need to re-read settings from the discovery configmap.
249
+
* Kafka is now only accessible from within the Kubernetes cluster by default. Set listener classes manually to expose it to the outside world (again).
250
+
* To complete an upgrade to this kafka-operator, all existing Kafka StatefulSets must be deleted manually. This will cause some downtime.
251
+
252
+
.Breaking changes details
253
+
[%collapsible]
254
+
====
255
+
* `spec.blah`: Describe a change.
256
+
====
257
+
246
258
==== Listener operator
247
259
248
260
All ListenerClasses now default to using Fully Qualified Domain Names (FQDNs).
0 commit comments