Skip to content

docs(getting-started): update stackablectl op install output, and make it consistent with other operator docs #733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Installed commons=0.0.0-dev operator
Installed secret=0.0.0-dev operator
Installed listener=0.0.0-dev operator
Installed zookeeper=0.0.0-dev operator
Installed kafka=0.0.0-dev operator
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Installed commons={{ versions.commons }} operator
Installed secret={{ versions.secret }} operator
Installed listener={{ versions.listener }} operator
Installed zookeeper={{ versions.zookeeper }} operator
Installed kafka={{ versions.kafka }} operator
4 changes: 1 addition & 3 deletions docs/modules/kafka/pages/getting_started/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ include::example$getting_started/getting_started.sh[tag=stackablectl-install-ope
The tool will show

[source]
----
include::example$getting_started/install-operator-output.txt[tag=stackablectl-install-operators-output]
----
include::example$getting_started/install_output.txt[]

TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`.

Expand Down
Loading