Skip to content

Commit cf66ff4

Browse files
authored
fix: Add labels to ephemeral (listener) volumes (#534)
* add labels to ephemeral volume claims * Add labels arg to volumes() and fix unit tests. * Fix formatting. * regenerate charts * Update to latest version of op-rs * Use Labels for instead of ObjectLabels. * Fix test * Cargo lock * Reuse the metadata across managed resources. * Review feedback * Point to op-rs main now. * Point to op-rs 0.69.0
1 parent c2c79fe commit cf66ff4

File tree

6 files changed

+548
-265
lines changed

6 files changed

+548
-265
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ All notable changes to this project will be documented in this file.
88

99
- Revert changing the getting started script to use the listener class `cluster-internal` ([#492]) ([#493]).
1010
- Fix HDFS pods crashing on launch when any port names contain dashes ([#517]).
11+
- Add labels to ephemeral (listener) volumes. These allow `stackablectl stack list` to display datanode endpoints ([#534])
1112

1213
[#493]: https://github.com/stackabletech/hdfs-operator/pull/493
1314
[#517]: https://github.com/stackabletech/hdfs-operator/pull/517
15+
[#534]: https://github.com/stackabletech/hdfs-operator/pull/534
1416

1517
## [24.3.0] - 2024-03-20
1618

0 commit comments

Comments
 (0)