Skip to content

Commit 9f566ff

Browse files
feat!: Make NodePort pinning configurable (#340)
* feat!: Make NodePort stickiness configurable * change helm default * docs * nix * Improve comment * Update deploy/helm/listener-operator/crds/crds.yaml Co-authored-by: Nick <[email protected]> * Use op-rs 100 * changelog * sticky -> pinning * Update nix --------- Co-authored-by: Nick <[email protected]>
1 parent 6e0a913 commit 9f566ff

File tree

11 files changed

+337
-581
lines changed

11 files changed

+337
-581
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- `EOS_CHECK_MODE` (`--eos-check-mode`) to set the EoS check mode. Currently, only "offline" is supported.
1212
- `EOS_INTERVAL` (`--eos-interval`) to set the interval in which the operator checks if it is EoS.
1313
- `EOS_DISABLED` (`--eos-disabled`) to disable the EoS checker completely.
14+
- One can now configure if NodePorts should pin Pods to nodes using the ListenerClass `.spec.pinnedNodePorts`. Read on the [issue](https://github.com/stackabletech/issues/issues/770) for details ([#340]).
1415

1516
### Changed
1617

@@ -26,11 +27,13 @@ All notable changes to this project will be documented in this file.
2627
- `affinity` has been split into `csiProvisioner.affinity` and `csiNodeDriver.affinity`.
2728
- Bump csi-node-driver-registrar to `v2.15.0` ([#337]).
2829
- Bump csi-provisioner to `v5.3.0` ([#338]).
30+
- We now default to the `ephemeral-nodes` helm preset. Read on the [issue](https://github.com/stackabletech/issues/issues/770) for details ([#340]).
2931

3032
[#334]: https://github.com/stackabletech/listener-operator/pull/334
3133
[#337]: https://github.com/stackabletech/listener-operator/pull/337
3234
[#338]: https://github.com/stackabletech/listener-operator/pull/338
3335
[#339]: https://github.com/stackabletech/listener-operator/pull/339
36+
[#340]: https://github.com/stackabletech/listener-operator/pull/340
3437

3538
## [25.7.0] - 2025-07-23
3639

0 commit comments

Comments
 (0)