File tree Expand file tree Collapse file tree 11 files changed +56
-2
lines changed Expand file tree Collapse file tree 11 files changed +56
-2
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ content:
185
185
- release-23.7
186
186
- release-23.4
187
187
- release-23.1
188
+ - url : https://github.com/stackabletech/opensearch-operator.git
189
+ start_path : docs
190
+ branches :
191
+ - main
188
192
- url : https://github.com/stackabletech/spark-k8s-operator.git
189
193
start_path : docs
190
194
branches :
Original file line number Diff line number Diff line change @@ -174,6 +174,10 @@ content:
174
174
- release-23.7
175
175
- release-23.4
176
176
- release-23.1
177
+ - url : https://github.com/stackabletech/opensearch-operator.git
178
+ start_path : docs
179
+ branches :
180
+ - main
177
181
- url : https://github.com/stackabletech/spark-k8s-operator.git
178
182
start_path : docs
179
183
branches :
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Supported products:
28
28
* xref:hdfs:index.adoc[Apache Hadoop HDFS]
29
29
* xref:kafka:index.adoc[Apache Kafka]
30
30
* xref:nifi:index.adoc[Apache Nifi]
31
+ * xref:opensearch:index.adoc[OpenSearch]
31
32
* xref:spark-k8s:index.adoc[Apache Spark] (including xref:spark-k8s:usage-guide/history-server.adoc[Spark History Server])
32
33
* xref:superset:index.adoc[Apache Superset]
33
34
* xref:trino:index.adoc[Trino]
Original file line number Diff line number Diff line change 1
1
// This is meant to be inlined using the "include" directive in other pages.
2
2
// WARNING: do not add headers here as they can break the structure of pages
3
3
// that include this file.
4
- Stackable operators handle resource requests in a sligtly different manner than Kubernetes.
4
+ Stackable operators handle resource requests in a slightly different manner than Kubernetes.
5
5
Resource requests are defined on xref:concepts:stacklet.adoc#roles[role] or xref:concepts:stacklet.adoc#role-groups[role group] level.
6
6
On a role level this means that by default, all workers will use the same resource requests and limits.
7
7
This can be further specified on role group level (which takes priority to the role level) to apply different resources.
Original file line number Diff line number Diff line change @@ -138,6 +138,22 @@ xref:nifi:index.adoc[Read more]
138
138
<div class="box">
139
139
++++
140
140
141
+ ++++
142
+ <h3 id="opensearch"><a class="anchor" href="#opensearch"></a>OpenSearch</h3>
143
+ ++++
144
+
145
+ OpenSearch is a powerful search and analytics engine built on Apache Lucene.
146
+
147
+ xref:opensearch:index.adoc[Read more]
148
+
149
+ ++++
150
+ </div>
151
+ ++++
152
+
153
+ ++++
154
+ <div class="box">
155
+ ++++
156
+
141
157
++++
142
158
<h3 id="spark"><a class="anchor" href="#spark"></a>Apache Spark</h3>
143
159
++++
@@ -283,4 +299,4 @@ xref:listener-operator:index.adoc[Read more]
283
299
284
300
++++
285
301
</div>
286
- ++++
302
+ ++++
Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ include::nifi:partial$supported-versions.adoc[]
38
38
39
39
include::opa:partial$supported-versions.adoc[]
40
40
41
+ == OpenSearch
42
+
43
+ include::opensearch:partial$supported-versions.adoc[]
44
+
41
45
== Apache Spark on Kubernetes
42
46
43
47
include::spark-k8s:partial$supported-versions.adoc[]
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ include::kafka:partial$nav.adoc[]
34
34
--
35
35
include::nifi:partial$nav.adoc[]
36
36
--
37
+ ** xref:opensearch:index.adoc[OpenSearch]
38
+ +
39
+ --
40
+ include::opensearch:partial$nav.adoc[]
41
+ --
37
42
** xref:spark-k8s:index.adoc[Apache Spark on K8S]
38
43
+
39
44
--
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Follow any of these guides to get started with a specific product.
21
21
* xref:kafka:getting_started/index.adoc[Stackable Operator for Apache Kafka]
22
22
* xref:nifi:getting_started/index.adoc[Stackable Operator for Apache NiFi]
23
23
* xref:opa:getting_started/index.adoc[Stackable Operator for OpenPolicyAgent]
24
+ * xref:opensearch:getting_started/index.adoc[Stackable Operator for OpenSearch]
24
25
* xref:spark-k8s:getting_started/index.adoc[Stackable Operator for Apache Spark]
25
26
* xref:superset:getting_started/index.adoc[Stackable Operator for Apache Superset]
26
27
* xref:trino:getting_started/index.adoc[Stackable Operator for Trino]
Original file line number Diff line number Diff line change @@ -70,6 +70,10 @@ content:
70
70
start_path : docs
71
71
branches :
72
72
- main
73
+ - url : https://github.com/stackabletech/opensearch-operator.git
74
+ start_path : docs
75
+ branches :
76
+ - main
73
77
- url : https://github.com/stackabletech/spark-k8s-operator.git
74
78
start_path : docs
75
79
branches :
Original file line number Diff line number Diff line change 37
37
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " hive/index.html" ) }}} " >Apache Hive</a >
38
38
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " kafka/index.html" ) }}} " >Apache Kafka</a >
39
39
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " nifi/index.html" ) }}} " >Apache NiFi</a >
40
+ {{ #if (not (or
41
+ (eq page.version " 23.1" )
42
+ (eq page.version " 23.4" )
43
+ (eq page.version " 23.7" )
44
+ (eq page.version " 23.11" )
45
+ (eq page.version " 24.3" )
46
+ (eq page.version " 24.7" )
47
+ (eq page.version " 24.11" )
48
+ (eq page.version " 25.3" )
49
+ (eq page.version " 25.7" )
50
+ ))}}
51
+ <a class =" navbar-item" href =" {{{ relativize (versioned " home" page " opensearch/index.html" ) }}} " >OpenSearch</a >
52
+ {{ /if }}
40
53
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " spark-k8s/index.html" ) }}} " >Apache Spark on K8S</a >
41
54
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " superset/index.html" ) }}} " >Apache Superset</a >
42
55
<a class =" navbar-item" href =" {{{ relativize (versioned " home" page " trino/index.html" ) }}} " >Trino</a >
You can’t perform that action at this time.
0 commit comments