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

[Merged by Bors] - feat: Set explicit resources on all containers #359

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
06f83c5
Added resource quota for smoke tests.
razvan Jun 2, 2023
e1d1620
Add res requests to utility container and update resource quotas.
razvan Jun 6, 2023
ee16eed
Add res requests for side car and init containers. Smoke tests pass.
razvan Jun 8, 2023
2479646
Add newline before EOF.
razvan Jun 8, 2023
03a4d46
merge main
razvan Jun 20, 2023
925cf28
bump operator-rs
maltesander Jun 27, 2023
378c9f4
add resources for vector container
maltesander Jun 27, 2023
e4c4b5a
regenerated charts
maltesander Jun 27, 2023
bd78a02
added resources for zkfc
maltesander Jun 27, 2023
2767481
wip for nat
maltesander Jun 27, 2023
a1d191d
bump operator-rs 0.42.2
maltesander Jun 27, 2023
8b581cb
init containers get resources from main app container
maltesander Jun 27, 2023
e8c9d88
adapted tests
maltesander Jun 27, 2023
6d74d13
adapted changelog
maltesander Jun 27, 2023
cb7b64c
Merge remote-tracking branch 'origin/main' into feat/resource-quotas
maltesander Jun 27, 2023
cab71c0
add resources to create-tls-cert-bundle
maltesander Jun 27, 2023
2009ba1
improve default resource limits
maltesander Jun 28, 2023
b9f5232
remove resources link
maltesander Jun 28, 2023
23c5908
attempt to fix failing test asserts
maltesander Jun 28, 2023
539f10f
remove zookeeper resources to test defaults
maltesander Jun 28, 2023
ca3ab4a
change side car container order
maltesander Jun 28, 2023
a2951b4
wip test - only run smoke tests in cloud
maltesander Jun 28, 2023
ebb5ef3
enable all tests
maltesander Jun 28, 2023
7689ce0
unleash the chaosmonkey later!
maltesander Jun 28, 2023
36e7f33
add comments to resource usage
maltesander Jun 28, 2023
52b504b
Make default resources depend on role
sbernauer Jun 28, 2023
650e769
fix storage test
maltesander Jun 28, 2023
7865634
Update rust/operator/src/container.rs
maltesander Jun 28, 2023
0c14c80
fix code
maltesander Jun 28, 2023
a0c9448
add memory to resource example
maltesander Jun 28, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Add support for enabling secure mode with Kerberos ([#334]).
- Generate OLM bundle for Release 23.4.0 ([#350]).
- Missing CRD defaults for `status.conditions` field ([#354]).
- Set explicit resources on all containers ([#359]).

### Changed

Expand All @@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
[#351]: https://github.com/stackabletech/hdfs-operator/pull/351
[#353]: https://github.com/stackabletech/hdfs-operator/pull/353
[#354]: https://github.com/stackabletech/hdfs-operator/pull/354
[#359]: https://github.com/stackabletech/hdfs-operator/pull/359
[#364]: https://github.com/stackabletech/hdfs-operator/pull/364

## [23.4.0] - 2023-04-17
Expand Down
Loading