Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support PodDisruptionBudgets #394

Merged
merged 32 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
13b4e6a
feat: Support PDBs
sbernauer Sep 19, 2023
ecdcdae
Read out spec.role.pdb field
sbernauer Sep 19, 2023
e4adc16
fix rbac permissions
sbernauer Sep 19, 2023
5c45fec
Pull in new operator-rs
sbernauer Sep 21, 2023
6f2cafc
changelog
sbernauer Sep 21, 2023
7e47719
Merge branch 'main' into feat/support-pdb
sbernauer Sep 21, 2023
34d919f
fix: Datanode maxUnavailable calculation
sbernauer Sep 21, 2023
f50edae
move docs
sbernauer Sep 21, 2023
a9a6524
first round of docs
sbernauer Sep 21, 2023
1ee267a
linter
sbernauer Sep 21, 2023
a4ba0a2
wording
sbernauer Sep 21, 2023
58d6d42
wording
sbernauer Sep 21, 2023
60b1ee2
Apply suggestions from code review
sbernauer Sep 22, 2023
ab848b7
max -> most
sbernauer Sep 22, 2023
2d963a9
new operator-rs
sbernauer Sep 22, 2023
47fe088
Use operator-rs 0.51.0
sbernauer Sep 25, 2023
cd3cf11
Rename docs page to "Allowed Pod disruptions" to match concepts page …
sbernauer Sep 25, 2023
413ff4d
wording
sbernauer Sep 25, 2023
f535a9d
wording
sbernauer Sep 25, 2023
0c4fde8
remove newlines
sbernauer Sep 25, 2023
3a941ef
rename doc files
sbernauer Sep 26, 2023
e9c9445
docs
sbernauer Sep 26, 2023
837637f
docs wording
sbernauer Sep 26, 2023
79e21b9
Update rust/crd/src/lib.rs
sbernauer Sep 26, 2023
741580b
Update docs/modules/hdfs/pages/usage-guide/operations/pod-disruptions…
sbernauer Sep 26, 2023
a0f0b4c
changelog
sbernauer Sep 26, 2023
65ebcef
Update docs/modules/hdfs/pages/usage-guide/operations/pod-disruptions…
sbernauer Sep 26, 2023
35fcdd9
typo
sbernauer Sep 26, 2023
7147491
use PascalCase for DataNodes
sbernauer Sep 26, 2023
339fffd
use op-rs 0.51.1
sbernauer Sep 26, 2023
d786405
Add pdb assert to smoke test
sbernauer Sep 26, 2023
bcaebc6
fix error message
sbernauer Sep 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ All notable changes to this project will be documented in this file.

- Default stackableVersion to operator version ([#381]).
- Configuration overrides for the JVM security properties, such as DNS caching ([#384]).
- Support PodDisruptionBudgets ([#394]).
sbernauer marked this conversation as resolved.
Show resolved Hide resolved

### Changed

- `vector` `0.26.0` -> `0.31.0` ([#378]).
- `operator-rs` `0.44.0` -> `0.45.1` ([#381]).
- `operator-rs` `0.44.0` -> `0.51.1` ([#381], [#394]).

[#378]: https://github.com/stackabletech/hdfs-operator/pull/378
[#381]: https://github.com/stackabletech/hdfs-operator/pull/381
[#384]: https://github.com/stackabletech/hdfs-operator/pull/384
[#394]: https://github.com/stackabletech/hdfs-operator/pull/394

## [23.7.0] - 2023-07-14

Expand Down
Loading