Skip to content

Commit 5d97d9e

Browse files
authored
Map ListenerClass.spec.loadBalancerClass into Service.spec (#288)
* Map ListenerClass.spec.loadBalancerClass into Service.spec Fixes #285, requires stackabletech/operator-rs#986 * Switch to stackable-operator 0.93.2 * Add a test for custom lbclasses * Documentation * Remove unused direct rustls dependency Seems like this was fixed elsewhere in our dependency tree * Changelog * Also document nodeport allocation control * Add openshift dimension to custom-lbclass test * Try to clarify why custom-lbclass is separate * Also cover nodeport allocation in the custom-lbclass test * Also assert the ports in custom-lbclass (By @siegfriedweber)
1 parent 4e19254 commit 5d97d9e

18 files changed

+618
-367
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
- Added support for configuring `Service.spec.loadBalancerClass` and `.allocateLoadBalancerNodePorts` ([#288]).
1314

1415
### Changed
1516

@@ -28,6 +29,7 @@ All notable changes to this project will be documented in this file.
2829
- Upgrade csi-provisioner to 5.2.0 ([#304]).
2930
- Version CRDs and bump dependencies ([#307]).
3031

32+
[#288]: https://github.com/stackabletech/listener-operator/pull/288
3133
[#291]: https://github.com/stackabletech/listener-operator/pull/291
3234
[#299]: https://github.com/stackabletech/listener-operator/pull/299
3335
[#304]: https://github.com/stackabletech/listener-operator/pull/304

0 commit comments

Comments
 (0)