From dcd334d3503832cc308b8a8093cd2cf1b9a7d578 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 25 Jul 2025 10:10:36 +0200 Subject: [PATCH 1/4] Revert "Hide OpenSearch on released versions (#759)" This reverts commit 59ec22c18f2f4db73f84293b9574564bba4a443e. --- supplemental-ui/partials/navbar.hbs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/supplemental-ui/partials/navbar.hbs b/supplemental-ui/partials/navbar.hbs index 81cd2d2a8..10817938f 100644 --- a/supplemental-ui/partials/navbar.hbs +++ b/supplemental-ui/partials/navbar.hbs @@ -37,19 +37,7 @@ Apache Hive Apache Kafka Apache NiFi - {{#if (not (or - (eq page.version "23.1") - (eq page.version "23.4") - (eq page.version "23.7") - (eq page.version "23.11") - (eq page.version "24.3") - (eq page.version "24.7") - (eq page.version "24.11") - (eq page.version "25.3") - (eq page.version "25.7") - ))}} OpenSearch - {{/if}} Apache Spark on K8S Apache Superset Trino From fc1eacac9b9d925ddf8f27e70f1973d506aa97be Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 25 Jul 2025 10:10:49 +0200 Subject: [PATCH 2/4] Revert "Add opensearch-operator (#758)" This reverts commit 1d1d1a8a4f354fe74c877a57317a0e166d0c26e5. --- antora-playbook.yml | 4 ---- local-antora-playbook.yml | 4 ---- modules/ROOT/pages/product-information.adoc | 1 - .../pages/stackable_resource_requests.adoc | 2 +- modules/operators/pages/index.adoc | 18 +----------------- .../operators/pages/supported_versions.adoc | 4 ---- .../operators/partials/operator_doc_links.adoc | 5 ----- modules/tutorials/pages/index.adoc | 1 - only-dev-antora-playbook.yml | 4 ---- supplemental-ui/partials/navbar.hbs | 1 - truly-local-playbook.yml | 2 -- 11 files changed, 2 insertions(+), 44 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 7cddaa598..7f9cadf39 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -185,10 +185,6 @@ content: - release-23.7 - release-23.4 - release-23.1 - - url: https://github.com/stackabletech/opensearch-operator.git - start_path: docs - branches: - - main - url: https://github.com/stackabletech/spark-k8s-operator.git start_path: docs branches: diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index 787603c96..dce9f7c78 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -174,10 +174,6 @@ content: - release-23.7 - release-23.4 - release-23.1 - - url: https://github.com/stackabletech/opensearch-operator.git - start_path: docs - branches: - - main - url: https://github.com/stackabletech/spark-k8s-operator.git start_path: docs branches: diff --git a/modules/ROOT/pages/product-information.adoc b/modules/ROOT/pages/product-information.adoc index 24bc26cd8..6e95ed14b 100644 --- a/modules/ROOT/pages/product-information.adoc +++ b/modules/ROOT/pages/product-information.adoc @@ -28,7 +28,6 @@ Supported products: * xref:hdfs:index.adoc[Apache Hadoop HDFS] * xref:kafka:index.adoc[Apache Kafka] * xref:nifi:index.adoc[Apache Nifi] -* xref:opensearch:index.adoc[OpenSearch] * xref:spark-k8s:index.adoc[Apache Spark] (including xref:spark-k8s:usage-guide/history-server.adoc[Spark History Server]) * xref:superset:index.adoc[Apache Superset] * xref:trino:index.adoc[Trino] diff --git a/modules/concepts/pages/stackable_resource_requests.adoc b/modules/concepts/pages/stackable_resource_requests.adoc index b51a89052..b6a66c85e 100644 --- a/modules/concepts/pages/stackable_resource_requests.adoc +++ b/modules/concepts/pages/stackable_resource_requests.adoc @@ -1,7 +1,7 @@ // This is meant to be inlined using the "include" directive in other pages. // WARNING: do not add headers here as they can break the structure of pages // that include this file. -Stackable operators handle resource requests in a slightly different manner than Kubernetes. +Stackable operators handle resource requests in a sligtly different manner than Kubernetes. Resource requests are defined on xref:concepts:stacklet.adoc#roles[role] or xref:concepts:stacklet.adoc#role-groups[role group] level. On a role level this means that by default, all workers will use the same resource requests and limits. This can be further specified on role group level (which takes priority to the role level) to apply different resources. diff --git a/modules/operators/pages/index.adoc b/modules/operators/pages/index.adoc index 3e7c8b15e..ef267e83e 100644 --- a/modules/operators/pages/index.adoc +++ b/modules/operators/pages/index.adoc @@ -138,22 +138,6 @@ xref:nifi:index.adoc[Read more]
++++ -++++ -

OpenSearch

-++++ - -OpenSearch is a powerful search and analytics engine built on Apache Lucene. - -xref:opensearch:index.adoc[Read more] - -++++ -
-++++ - -++++ -
-++++ - ++++

Apache Spark

++++ @@ -299,4 +283,4 @@ xref:listener-operator:index.adoc[Read more] ++++
-++++ +++++ \ No newline at end of file diff --git a/modules/operators/pages/supported_versions.adoc b/modules/operators/pages/supported_versions.adoc index 82da02f3b..b575a88ed 100644 --- a/modules/operators/pages/supported_versions.adoc +++ b/modules/operators/pages/supported_versions.adoc @@ -38,10 +38,6 @@ include::nifi:partial$supported-versions.adoc[] include::opa:partial$supported-versions.adoc[] -== OpenSearch - -include::opensearch:partial$supported-versions.adoc[] - == Apache Spark on Kubernetes include::spark-k8s:partial$supported-versions.adoc[] diff --git a/modules/operators/partials/operator_doc_links.adoc b/modules/operators/partials/operator_doc_links.adoc index 3c81078ff..f835b8487 100644 --- a/modules/operators/partials/operator_doc_links.adoc +++ b/modules/operators/partials/operator_doc_links.adoc @@ -34,11 +34,6 @@ include::kafka:partial$nav.adoc[] -- include::nifi:partial$nav.adoc[] -- -** xref:opensearch:index.adoc[OpenSearch] -+ --- -include::opensearch:partial$nav.adoc[] --- ** xref:spark-k8s:index.adoc[Apache Spark on K8S] + -- diff --git a/modules/tutorials/pages/index.adoc b/modules/tutorials/pages/index.adoc index dc8f45e49..e3a563cc0 100644 --- a/modules/tutorials/pages/index.adoc +++ b/modules/tutorials/pages/index.adoc @@ -21,7 +21,6 @@ Follow any of these guides to get started with a specific product. * xref:kafka:getting_started/index.adoc[Stackable Operator for Apache Kafka] * xref:nifi:getting_started/index.adoc[Stackable Operator for Apache NiFi] * xref:opa:getting_started/index.adoc[Stackable Operator for OpenPolicyAgent] -* xref:opensearch:getting_started/index.adoc[Stackable Operator for OpenSearch] * xref:spark-k8s:getting_started/index.adoc[Stackable Operator for Apache Spark] * xref:superset:getting_started/index.adoc[Stackable Operator for Apache Superset] * xref:trino:getting_started/index.adoc[Stackable Operator for Trino] diff --git a/only-dev-antora-playbook.yml b/only-dev-antora-playbook.yml index bd6236c1e..dbc5d13b5 100644 --- a/only-dev-antora-playbook.yml +++ b/only-dev-antora-playbook.yml @@ -70,10 +70,6 @@ content: start_path: docs branches: - main - - url: https://github.com/stackabletech/opensearch-operator.git - start_path: docs - branches: - - main - url: https://github.com/stackabletech/spark-k8s-operator.git start_path: docs branches: diff --git a/supplemental-ui/partials/navbar.hbs b/supplemental-ui/partials/navbar.hbs index 10817938f..72fd2bb0a 100644 --- a/supplemental-ui/partials/navbar.hbs +++ b/supplemental-ui/partials/navbar.hbs @@ -37,7 +37,6 @@ Apache Hive Apache Kafka Apache NiFi - OpenSearch Apache Spark on K8S Apache Superset Trino diff --git a/truly-local-playbook.yml b/truly-local-playbook.yml index 78b43ca04..21675d785 100644 --- a/truly-local-playbook.yml +++ b/truly-local-playbook.yml @@ -45,8 +45,6 @@ content: start_path: docs - url: ../opa-operator/ start_path: docs - - url: ../opensearch-operator/ - start_path: docs - url: ../spark-k8s-operator/ start_path: docs - url: ../superset-operator/ From f017d1aac97c0f448aed1f06bbeb0480e2d02c1b Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 25 Jul 2025 10:11:13 +0200 Subject: [PATCH 3/4] chore: Fix typo --- modules/concepts/pages/stackable_resource_requests.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/concepts/pages/stackable_resource_requests.adoc b/modules/concepts/pages/stackable_resource_requests.adoc index b6a66c85e..b51a89052 100644 --- a/modules/concepts/pages/stackable_resource_requests.adoc +++ b/modules/concepts/pages/stackable_resource_requests.adoc @@ -1,7 +1,7 @@ // This is meant to be inlined using the "include" directive in other pages. // WARNING: do not add headers here as they can break the structure of pages // that include this file. -Stackable operators handle resource requests in a sligtly different manner than Kubernetes. +Stackable operators handle resource requests in a slightly different manner than Kubernetes. Resource requests are defined on xref:concepts:stacklet.adoc#roles[role] or xref:concepts:stacklet.adoc#role-groups[role group] level. On a role level this means that by default, all workers will use the same resource requests and limits. This can be further specified on role group level (which takes priority to the role level) to apply different resources. From f27f0350d2c9686e616553bd1cf35d4e4a0d7d20 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 25 Jul 2025 10:19:56 +0200 Subject: [PATCH 4/4] chore: Make pre-commit happy --- modules/operators/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/operators/pages/index.adoc b/modules/operators/pages/index.adoc index ef267e83e..46db634fa 100644 --- a/modules/operators/pages/index.adoc +++ b/modules/operators/pages/index.adoc @@ -283,4 +283,4 @@ xref:listener-operator:index.adoc[Read more] ++++ -++++ \ No newline at end of file +++++