Skip to content

Commit ff2169a

Browse files
committed
Initial commit (#623)
1 parent d4a1829 commit ff2169a

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

docs/modules/kafka/pages/getting_started/installation.adoc

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
= Installation
22

3-
On this page you will install the Stackable Operator for Apache Kafka and operators for its dependencies - ZooKeeper - as well as the commons and secret operator which are required by all Stackable Operators.
3+
On this page you will install the Stackable Operator for Apache Kafka and operators for its dependencies - ZooKeeper -
4+
as well as the commons and secret operator which are required by all Stackable Operators.
45

56
== Stackable Operators
67

78
There are 2 ways to install Stackable Operators:
89

9-
1. Using xref:stackablectl::index.adoc[stackablectl]
10-
11-
2. Using Helm
10+
. Using xref:management:stackablectl:index.adoc[stackablectl]
11+
. Using Helm
1212

1313
=== stackablectl
1414

15-
The stackablectl command line tool is the recommended way to interact with operators and dependencies. Follow the xref:stackablectl::installation.adoc[installation steps] for your platform if you choose to work with stackablectl.
15+
The `stackablectl` command line tool is the recommended way to interact with operators and dependencies. Follow the
16+
xref:management:stackablectl:installation.adoc[installation steps] for your platform if you choose to work with
17+
`stackablectl`.
1618

17-
After you have installed stackablectl, run the following command to install all operators necessary for Kafka:
19+
After you have installed `stackablectl`, run the following command to install all operators necessary for Kafka:
1820

1921
[source,bash]
2022
----
@@ -28,7 +30,7 @@ The tool will show
2830
include::example$getting_started/install-operator-output.txt[tag=stackablectl-install-operators-output]
2931
----
3032

31-
TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to use stackablectl.
33+
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`.
3234

3335
=== Helm
3436

@@ -46,7 +48,8 @@ Then install the Stackable Operators:
4648
include::example$getting_started/getting-started.sh[tag=helm-install-operators]
4749
----
4850

49-
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Apache Kafka service (as well as the CRDs for the required operators). You are now ready to deploy Apache Kafka in Kubernetes.
51+
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the Apache Kafka service (as well as
52+
the CRDs for the required operators). You are now ready to deploy Apache Kafka in Kubernetes.
5053

5154
== What's next
5255

0 commit comments

Comments
 (0)