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: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,17 @@ All notable changes to this project will be documented in this file.
12
12
- Support objectOverrides using `.spec.objectOverrides`.
13
13
See [objectOverrides concepts page](https://docs.stackable.tech/home/nightly/concepts/overrides/#object-overrides) for details ([#93]).
14
14
- Enable the [restart-controller](https://docs.stackable.tech/home/nightly/commons-operator/restarter/), so that the Pods are automatically restarted on config changes ([#97]).
15
+
- Add service discovery and exposition ([#94]):
16
+
- Service to set up the cluster renamed to `<cluster-name>-seed-nodes`.
17
+
- Discovery service named `<cluster-name>`, added.
18
+
The discovery service is used to populate the discovery ConfigMap.
19
+
- Discovery ConfigMap named `<cluster-name>`, added.
20
+
The ConfigMap contains the keys `OPENSEARCH_HOST`, `OPENSEARCH_PORT` and `OPENSEARCH_PROTOCOL`.
21
+
Users should use this information to connect to the cluster.
22
+
- Configuration parameter `spec.nodes.roleConfig.discoveryServiceListenerClass` added to set the
0 commit comments