Skip to content

Commit cbe9988

Browse files
committed
Merge remote-tracking branch 'origin/main' into test/opensearch-dashboards
2 parents b6d774e + 76969bb commit cbe9988

52 files changed

Lines changed: 4126 additions & 550 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88

9+
- Add end-of-support checker which can be controlled with environment variables and CLI arguments ([#38]).
10+
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
11+
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
12+
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
913
- Basic operator for OpenSearch 3.x with the following configuration options ([#10]):
1014
- Cluster operations like `reconciliationPaused` and `stopped`
1115
- Image selection (defaults to the official OpenSearch image for now)
@@ -21,9 +25,12 @@ All notable changes to this project will be documented in this file.
2125
images can be used which have a different directory structure than the Stackable image ([#18]).
2226
- Add Prometheus labels and annotations to role-group services ([#26]).
2327
- Helm: Allow Pod `priorityClassName` to be configured ([#34]).
28+
- Support log configuration and log aggregation ([#40]).
2429

2530
[#10]: https://github.com/stackabletech/opensearch-operator/pull/10
2631
[#17]: https://github.com/stackabletech/opensearch-operator/pull/17
2732
[#18]: https://github.com/stackabletech/opensearch-operator/pull/18
2833
[#26]: https://github.com/stackabletech/opensearch-operator/pull/26
2934
[#34]: https://github.com/stackabletech/opensearch-operator/pull/34
35+
[#38]: https://github.com/stackabletech/opensearch-operator/pull/38
36+
[#40]: https://github.com/stackabletech/opensearch-operator/pull/40

0 commit comments

Comments
 (0)