diff --git a/docs/ops.html b/docs/ops.html
index 5c791dbce50..bdf3109e6a7 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -4069,7 +4069,8 @@ controller.listener.names=CONTROLLER
To migrate the brokers to KRaft, they simply need to be reconfigured as KRaft brokers and restarted. Using the above
broker configuration as an example, we would replace the broker.id
with node.id
and add
process.roles=broker
. It is important that the broker maintain the same Broker/Node ID when it is restarted.
- The zookeeper configurations should be removed at this point.
+ The zookeeper configurations should be removed at this point. Finally, if you have set
+ control.plane.listener.name
. please remove it before restarting in KRaft mode.