File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed
docs/modules/superset/pages/getting_started Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,31 @@ include::example$getting_started/getting_started.sh[tag=wait-superset]
6767
6868Once 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
7796image::getting_started/superset-login.png[Login screen of Superset]
7897
You can’t perform that action at this time.
0 commit comments