Skip to content

Commit 617bb37

Browse files
committed
Initial commit (#406)
1 parent 2c0ff88 commit 617bb37

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

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

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

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.
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

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:
1919

2020
[source,bash]
2121
----
@@ -30,7 +30,8 @@ The tool will show
3030
[INFO ] Installing superset operator
3131
----
3232

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].
3435

3536
=== Helm
3637

@@ -46,7 +47,8 @@ Then install the Stackable Operators:
4647
include::example$getting_started/getting_started.sh[tag=helm-install-operators]
4748
----
4849

49-
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.
5052

5153
== What's next
5254

0 commit comments

Comments
 (0)