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/superset/pages/getting_started/installation.adoc
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
= Installation
2
2
3
-
On this page you will install the Stackable Superset Operator as well as the commons and secret Operator which are required by all Stackable Operators.
3
+
On this page you will install the Stackable Superset Operator as well as the commons and secret Operator which are
4
+
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
-
After you have installed stackablectl run the following command to install all Operators necessary for Superset:
18
+
After you have installed `stackablectl`, run the following command to install all Operators necessary for Superset:
19
19
20
20
[source,bash]
21
21
----
@@ -30,7 +30,8 @@ The tool will show
30
30
[INFO ] Installing superset operator
31
31
----
32
32
33
-
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].
33
+
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`. For
34
+
example, you can use the `--cluster kind` flag to create a Kubernetes cluster with link:https://kind.sigs.k8s.io/[kind].
34
35
35
36
=== Helm
36
37
@@ -46,7 +47,8 @@ Then install the Stackable Operators:
Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the Superset service (as well as the CRDs for the required operators). You are now ready to deploy Superset in Kubernetes.
50
+
Helm will deploy the Operators in a Kubernetes Deployment and apply the CRDs for the Superset service (as well as the
51
+
CRDs for the required operators). You are now ready to deploy Superset in Kubernetes.
0 commit comments