You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/opensearch-operator/crds/crds.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ spec:
23
23
description: Auto-generated derived type for OpenSearchClusterSpec via `CustomResource`
24
24
properties:
25
25
spec:
26
-
description: A OpenSearch cluster stacklet. This resource is managed by the Stackable operator for OpenSearch. Find more information on how to use it and the resources that the operator generates in the [operator documentation](https://docs.stackable.tech/home/nightly/opensearch/).
26
+
description: An OpenSearch cluster stacklet. This resource is managed by the Stackable operator for OpenSearch. Find more information on how to use it and the resources that the operator generates in the [operator documentation](https://docs.stackable.tech/home/nightly/opensearch/).
27
27
properties:
28
28
clusterOperation:
29
29
default:
@@ -89,7 +89,7 @@ spec:
89
89
type: string
90
90
type: object
91
91
nodes:
92
-
description: OpenSearch nodes
92
+
description: This struct represents a role - e.g. HDFS datanodes or Trino workers. It has a key-value-map containing all the roleGroups that are part of this role. Additionally, there is a `config`, which is configurable at the role *and* roleGroup level. Everything at roleGroup level is merged on top of what is configured on role level. There is also a second form of config, which can only be configured at role level, the `roleConfig`. You can learn more about this in the [Roles and role group concept documentation](https://docs.stackable.tech/home/nightly/concepts/roles-and-role-groups).
93
93
properties:
94
94
cliOverrides:
95
95
additionalProperties:
@@ -138,6 +138,10 @@ spec:
138
138
nullable: true
139
139
type: string
140
140
nodeRoles:
141
+
description: |-
142
+
Roles of the OpenSearch node.
143
+
144
+
Consult the [node roles documentation](https://docs.stackable.tech/home/nightly/opensearch/usage-guide/node-roles) for details.
141
145
items:
142
146
enum:
143
147
- cluster_manager
@@ -334,6 +338,10 @@ spec:
334
338
nullable: true
335
339
type: string
336
340
nodeRoles:
341
+
description: |-
342
+
Roles of the OpenSearch node.
343
+
344
+
Consult the [node roles documentation](https://docs.stackable.tech/home/nightly/opensearch/usage-guide/node-roles) for details.
0 commit comments