Skip to content

Commit

Permalink
Initial commit (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Sep 21, 2023
1 parent 2c0ff88 commit 617bb37
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/modules/superset/pages/getting_started/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
= Installation

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

== Stackable Operators

There are 2 ways to run Stackable Operators

1. Using xref:stackablectl::index.adoc[]

2. Using Helm
. Using xref:management:stackablectl:index.adoc[]
. Using Helm

=== stackablectl

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

After you have installed stackablectl run the following command to install all Operators necessary for Superset:
After you have installed `stackablectl`, run the following command to install all Operators necessary for Superset:

[source,bash]
----
Expand All @@ -30,7 +30,8 @@ The tool will show
[INFO ] Installing superset operator
----

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].
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`. For
example, you can use the `--cluster kind` flag to create a Kubernetes cluster with link:https://kind.sigs.k8s.io/[kind].

=== Helm

Expand All @@ -46,7 +47,8 @@ Then install the Stackable Operators:
include::example$getting_started/getting_started.sh[tag=helm-install-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.
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.

== What's next

Expand Down

0 comments on commit 617bb37

Please sign in to comment.