You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/hbase/pages/getting_started/installation.adoc
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
= Installation
2
2
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.
4
5
5
6
== Stackable Operators
6
7
7
8
There are 2 ways to run Stackable operators
8
9
9
-
1. Using xref:stackablectl::index.adoc[]
10
-
11
-
2. Using Helm
10
+
. Using xref:management:stackablectl:index.adoc[]
11
+
. Using Helm
12
12
13
13
=== stackablectl
14
14
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.
17
17
18
18
After you have installed stackablectl run the following command to install all operators necessary for the HBase cluster:
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].
32
33
33
34
=== Helm
34
35
@@ -44,8 +45,10 @@ Then install the Stackable Operators:
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.
48
50
49
51
== What's next
50
52
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