From 194756b16e927f9fa32d1104808febfc3eb38a22 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Wed, 16 Jul 2025 16:24:54 +0200 Subject: [PATCH] fix: stacklet list docs --- docs/modules/demos/pages/airflow-scheduled-job.adoc | 10 +++++----- docs/modules/demos/pages/trino-iceberg.adoc | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/modules/demos/pages/airflow-scheduled-job.adoc b/docs/modules/demos/pages/airflow-scheduled-job.adoc index 1624c969..03dc438c 100644 --- a/docs/modules/demos/pages/airflow-scheduled-job.adoc +++ b/docs/modules/demos/pages/airflow-scheduled-job.adoc @@ -46,11 +46,11 @@ To list the installed Stackable services run the following command: [source,console] ---- $ stackablectl stacklet list -┌─────────┬─────────┬───────────┬─────────────────────────────────────────────────┬─────────────────────────────────┐ -│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │ -╞═════════╪═════════╪═══════════╪═════════════════════════════════════════════════╪═════════════════════════════════╡ -│ airflow ┆ airflow ┆ default ┆ webserver-default-http http://172.19.0.5:30913 ┆ Available, Reconciling, Running │ -└─────────┴─────────┴───────────┴─────────────────────────────────────────────────┴─────────────────────────────────┘ +┌─────────┬─────────┬───────────┬─────────────────────────────────────────┬─────────────────────────────────┐ +│ PRODUCT ┆ NAME ┆ NAMESPACE ┆ ENDPOINTS ┆ CONDITIONS │ +╞═════════╪═════════╪═══════════╪═════════════════════════════════════════╪═════════════════════════════════╡ +│ airflow ┆ airflow ┆ default ┆ webserver-http http://172.19.0.5:30913 ┆ Available, Reconciling, Running │ +└─────────┴─────────┴───────────┴─────────────────────────────────────────┴─────────────────────────────────┘ ---- include::partial$instance-hint.adoc[] diff --git a/docs/modules/demos/pages/trino-iceberg.adoc b/docs/modules/demos/pages/trino-iceberg.adoc index 0533cec4..96d950d6 100644 --- a/docs/modules/demos/pages/trino-iceberg.adoc +++ b/docs/modules/demos/pages/trino-iceberg.adoc @@ -55,8 +55,7 @@ $ stackablectl stacklet list ├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ │ opa ┆ opa ┆ default ┆ ┆ Available, Reconciling, Running │ ├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ -│ trino ┆ trino ┆ default ┆ coordinator-metrics 172.18.0.2:32612 ┆ Available, Reconciling, Running │ -│ ┆ ┆ ┆ coordinator-https https://172.18.0.2:30856 ┆ │ +│ trino ┆ trino ┆ default ┆ coordinator-https https://172.18.0.2:30856 ┆ Available, Reconciling, Running │ ├╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌┤ │ minio ┆ minio-console ┆ default ┆ http http://172.18.0.2:32489 ┆ │ └─────────┴───────────────┴───────────┴───────────────────────────────────────────────┴─────────────────────────────────┘