Skip to content

Commit 99bde36

Browse files
committed
Initial commit (#397)
1 parent 6e60df2 commit 99bde36

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

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

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

3-
On this page you will install the Stackable HBase operator and its dependencies, the ZooKeeper and HDFS operators, as well as the commons and secret operators which are required by all Stackable operators.
3+
On this page you will install the Stackable HBase operator and its dependencies, the ZooKeeper and HDFS operators, as
4+
well as the commons and secret operators 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-
11-
2. Using Helm
10+
. Using xref:management:stackablectl:index.adoc[]
11+
. Using Helm
1212

1313
=== stackablectl
1414

15-
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.
15+
`stackablectl` is the command line tool to interact with Stackable operators and our recommended way to install
16+
operators. Follow the xref:management:stackablectl:installation.adoc[installation steps] for your platform.
1717

1818
After you have installed stackablectl run the following command to install all operators necessary for the HBase cluster:
1919

@@ -28,7 +28,8 @@ The tool will show
2828
include::example$getting_started/install_output.txt[]
2929

3030

31-
TIP: Consult the xref:stackablectl::quickstart.adoc[] to learn more about how to use stackablectl. For example, you can use the `-k` flag to create a Kubernetes cluster with link:https://kind.sigs.k8s.io/[kind].
31+
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`. For
32+
example, you can use the `--cluster kind` flag to create a Kubernetes cluster with link:https://kind.sigs.k8s.io/[kind].
3233

3334
=== Helm
3435

@@ -44,8 +45,10 @@ Then install the Stackable Operators:
4445
include::example$getting_started/getting_started.sh[tag=helm-install-operators]
4546
----
4647

47-
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the HBase cluster (as well as the CRDs for the required operators). You are now ready to deploy HBase in Kubernetes.
48+
Helm will deploy the operators in a Kubernetes Deployment and apply the CRDs for the HBase cluster (as well as the CRDs
49+
for the required operators). You are now ready to deploy HBase in Kubernetes.
4850

4951
== What's next
5052

51-
xref:getting_started/first_steps.adoc[Set up an HBase cluster] and its dependencies and xref:getting_started/first_steps.adoc#_verify_that_it_works[verify that it works].
53+
xref:getting_started/first_steps.adoc[Set up an HBase cluster] and its dependencies and
54+
xref:getting_started/first_steps.adoc#_verify_that_it_works[verify that it works].

0 commit comments

Comments
 (0)