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
| Piotr Chmielnik |[pchmielnik](https://github.com/pchmielnik)| Eliatra |
12
17
| Hendrik Saly |[salyh](https://github.com/salyh)| Eliatra |
13
18
19
+
14
20
The following sections explain what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).
Copy file name to clipboardExpand all lines: charts/opensearch-cluster/values.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,9 @@ cluster:
121
121
# -- bootstrap pod affinity rules
122
122
affinity: {}
123
123
124
+
# -- bootstrap pod annotations
125
+
annotations: {}
126
+
124
127
# -- bootstrap pod jvm options. If jvm is not provided then the java heap size will be set to half of resources.requests.memory which is the recommend value for data nodes.
125
128
# If jvm is not provided and resources.requests.memory does not exist then value will be -Xmx512M -Xms512M
Copy file name to clipboardExpand all lines: docs/userguide/main.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -659,6 +659,8 @@ The Opensearch pods by default launch an init container to configure the volume.
659
659
660
660
Note that the bootstrap pod started during initial cluster setup uses the same (pod)securityContext as the Opensearch pods (with the same limitations for the init containers).
661
661
662
+
The bootstrap pod uses persistent storage (PVC) to maintain cluster state across restarts during initialization. This prevents cluster formation failures when the bootstrap pod restarts after the security configuration update job completes. The bootstrap PVC is automatically created and deleted along with the bootstrap pod.
663
+
662
664
### Labels or Annotations on OpenSearch nodes
663
665
664
666
You can add additional labels or annotations on the nodepool configuration. This is useful for integration with other applications such as a service mesh, or configuring a prometheus scrape endpoint:
0 commit comments