-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redpanda: allow overriding any PodSpec fields from
PodTemplate
Prior to this commit the `podTemplate` value only permitted overriding a few special cased fields. This commit makes the implementation generic enough to allow: - Adding additional containers - Adding additional init containers - Adding additional environment variables to _any_ container - overriding any value on podSpec. In particular, this commit is aimed at allowing users to specify `priority` or `priorityClassName` on the redpanda statefulset to prevent undesired evictions. K8S-423
- Loading branch information
Showing
32 changed files
with
14,193 additions
and
4,038 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.