Skip to content

Commit e706b7b

Browse files
authored
fix: stacklet list docs (#255)
1 parent 9ac82be commit e706b7b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/modules/demos/pages/airflow-scheduled-job.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ To list the installed Stackable services run the following command:
4646
[source,console]
4747
----
4848
$ stackablectl stacklet list
49-
┌─────────┬─────────┬───────────┬─────────────────────────────────────────────────┬─────────────────────────────────┐
50-
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
51-
╞═════════╪═════════╪═══════════╪═════════════════════════════════════════════════╪═════════════════════════════════╡
52-
│ airflow ┆ airflow ┆ default ┆ webserver-default-http http://172.19.0.5:30913 ┆ Available, Reconciling, Running │
53-
└─────────┴─────────┴───────────┴─────────────────────────────────────────────────┴─────────────────────────────────┘
49+
┌─────────┬─────────┬───────────┬─────────────────────────────────────────┬─────────────────────────────────┐
50+
│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │
51+
╞═════════╪═════════╪═══════════╪═════════════════════════════════════════╪═════════════════════════════════╡
52+
│ airflow ┆ airflow ┆ default ┆ webserver-http http://172.19.0.5:30913 ┆ Available, Reconciling, Running │
53+
└─────────┴─────────┴───────────┴─────────────────────────────────────────┴─────────────────────────────────┘
5454
----
5555

5656
include::partial$instance-hint.adoc[]

docs/modules/demos/pages/trino-iceberg.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ $ stackablectl stacklet list
5555
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
5656
│ opa ┆ opa ┆ default ┆ ┆ Available, Reconciling, Running │
5757
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
58-
│ trino ┆ trino ┆ default ┆ coordinator-metrics 172.18.0.2:32612 ┆ Available, Reconciling, Running │
59-
│ ┆ ┆ ┆ coordinator-https https://172.18.0.2:30856 ┆ │
58+
│ trino ┆ trino ┆ default ┆ coordinator-https https://172.18.0.2:30856 ┆ Available, Reconciling, Running │
6059
├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤
6160
│ minio ┆ minio-console ┆ default ┆ http http://172.18.0.2:32489 ┆ │
6261
└─────────┴───────────────┴───────────┴───────────────────────────────────────────────┴─────────────────────────────────┘

0 commit comments

Comments
 (0)