Skip to content

Commit 9e77f69

Browse files
committed
docs: Update references (#472)
* Initial commit * Update xrefs
1 parent d9e276c commit 9e77f69

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

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

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

3-
On this page you will install the Stackable Druid Operator and Operators for its dependencies - ZooKeeper and HDFS - as well as the commons and secret operator which are required by all Stackable Operators.
3+
On this page you will install the Stackable Druid Operator and Operators for its dependencies - ZooKeeper and HDFS - as
4+
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 run Stackable Operators
89

9-
1. Using xref:stackablectl::index.adoc[]
10+
1. Using xref:management:stackablectl:index.adoc[]
1011

1112
2. Using Helm
1213

1314
=== stackablectl
1415

1516
stackablectl is the command line tool to interact with Stackable operators and our recommended way to install Operators.
16-
Follow the xref:stackablectl::installation.adoc[installation steps] for your platform.
17+
Follow the xref:management:stackablectl:installation.adoc[installation steps] for your platform.
1718

1819
After you have installed stackablectl run the following command to install all Operators necessary for Druid:
1920

@@ -32,7 +33,7 @@ The tool will show
3233
[INFO ] Installing druid operator
3334
----
3435

35-
TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to use stackablectl.
36+
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`.
3637

3738
=== Helm
3839

@@ -48,8 +49,11 @@ Then install the Stackable Operators:
4849
include::example$getting_started/getting_started.sh[tag=helm-install-operators]
4950
----
5051

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

5355
== What's next
5456

55-
xref:getting_started/first_steps.adoc[Set up a Druid cluster] and its dependencies and xref:getting_started/first_steps.adoc#_ingest_example_data[ingest example data] and xref:getting_started/first_steps.adoc#_query_the_data[query the data].
57+
xref:getting_started/first_steps.adoc[Set up a Druid cluster] and its dependencies and
58+
xref:getting_started/first_steps.adoc#_ingest_example_data[ingest example data] and
59+
xref:getting_started/first_steps.adoc#_query_the_data[query the data].

0 commit comments

Comments
 (0)