diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 8816f3b933a..58938c9b347 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -213,6 +213,11 @@
Set unstable.feature.versions.enable=true
for controllers and brokers, and
set unstable.api.versions.enable=true
on the brokers as well. In your Kafka Streams application
configuration, set group.protocol=streams
.
+ Upgrade the `streams.version` feature to 1. To do this, run
+ kafka-features.sh --bootstrap-server localhost:9092 upgrade --feature streams.version=1
+ to upgrade, or use Admin#updateFeatures API to update `streams.version`. After the feature is updated, check
+ kafka-features.sh --bootstrap-server localhost:9092 describe
+ and `streams.version` should now have FinalizedVersionLevel 1.