Skip to content

Commit 3ed9b9f

Browse files
committed
partially add a missing breaking change, needs revising.
1 parent 5055a01 commit 3ed9b9f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

modules/ROOT/pages/release-notes.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,18 @@ These OpenShift versions are no longer supported:
243243
244244
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:
245245
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+
246258
==== Listener operator
247259
248260
All ListenerClasses now default to using Fully Qualified Domain Names (FQDNs).

0 commit comments

Comments
 (0)