-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redpanda: simplify setting redpanda resources
Prior to this commit it was not possible to "mix and match" the resource requests and limits of the redpanda container. The redpanda chart also required users to grok a new model of resources unique to the chart which made the chart less user friendly. This commit introduces a more user friendly and backwards compatible way of directly controlling the requests and limits of the redpanda container. Rather than directly exposing the `--smp`, `--memory`, `--reserve-memory`, and `--overprovisioned` flags to the end user, this method will infer them from the provided values with updated best practices. Fixes #1494 K8S-325 K8S-434
- Loading branch information
Showing
13 changed files
with
793 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.