Skip to content

Commit a25a119

Browse files
authored
docs: getting started updates (#675)
1 parent a7d23c6 commit a25a119

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,31 @@ include::example$getting_started/getting_started.sh[tag=wait-superset]
6767

6868
Once the Superset node is created and the database is initialized, you can open Superset in your browser.
6969

70-
To forward the Superset port (`8088`) to localhost, run:
70+
Use the `stackablectl` command line tool to find out the Superset URL.
7171

7272
[source,bash]
73-
include::example$getting_started/getting_started.sh[tag=port-forwarding]
73+
----
74+
stackablectl stacklet list
7475
75-
Then, open `http://localhost:8088` in your browser and log in with the admin credentials from the Kubernetes secret.
76+
┌──────────┬─────────────────┬───────────┬──────────────────────────────────────┬─────────────────────────────────┐
77+
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
78+
╞══════════╪═════════════════╪═══════════╪══════════════════════════════════════╪═════════════════════════════════╡
79+
│ superset ┆ simple-superset ┆ default ┆ node-http http://192.168.49.2:30462 ┆ Available, Reconciling, Running │
80+
└──────────┴─────────────────┴───────────┴──────────────────────────────────────┴─────────────────────────────────┘
81+
----
82+
83+
Then, open the HTTP endpoint (in this example `http://192.168.49.2:30462` in your browser and log in with the user credentials for Superset.
84+
85+
Again, use `stackablectl` to find out those credentials:
86+
87+
[source,bash]
88+
----
89+
stackablectl stacklet credentials superset simple-superset
90+
Credentials for superset (simple-superset) in namespace "default":
91+
92+
USERNAME admin
93+
PASSWORD admin
94+
----
7695

7796
image::getting_started/superset-login.png[Login screen of Superset]
7897

0 commit comments

Comments
 (0)