From 56a17acc70421410abf72aee46fe6d060b5cda28 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 22 Jul 2025 11:42:36 +0200 Subject: [PATCH] docs(spark-k8s-anomaly-detection-taxi-data): Add note about accessing the job pod --- .../demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc b/docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc index 53ccefa9..f1af6eed 100644 --- a/docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc +++ b/docs/modules/demos/pages/spark-k8s-anomaly-detection-taxi-data.adoc @@ -135,6 +135,8 @@ This makes model preparation easier as we do not have to divide the data set int You can inspect a running Spark job by forwarding the port used by the Spark-UI: +NOTE: This is only possible while the job pod is running. Otherwise you will get an error. + [source,console] ---- $ kubectl port-forward spark-ad-driver 4040