helm: Configure policy controller resource requests/limits#11306
Merged
alpeb merged 2 commits intolinkerd:mainfrom Sep 1, 2023
Merged
helm: Configure policy controller resource requests/limits#11306alpeb merged 2 commits intolinkerd:mainfrom
alpeb merged 2 commits intolinkerd:mainfrom
Conversation
Signed-off-by: Alen Haric <[email protected]>
Signed-off-by: Alen Haric <[email protected]>
olix0r
approved these changes
Aug 31, 2023
Member
|
The subject of this is probably better worded as something like
|
hawkw
approved these changes
Aug 31, 2023
adamshawvipps
pushed a commit
to adamshawvipps/linkerd2
that referenced
this pull request
Sep 18, 2023
…1306) Signed-off-by: Alen Haric <[email protected]>
adamshawvipps
pushed a commit
to adamshawvipps/linkerd2
that referenced
this pull request
Sep 18, 2023
…1306) Signed-off-by: Alen Haric <[email protected]> Signed-off-by: Adam Shaw <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subject
adding policy controller resource config option to control plane helm chart
Problem
When adding values-ha.yaml to a Helm deployment, all Control plane components obtain cpu requests and memory requests and limits, with the exception of the policy-controller.
Solution
added policy controller resource config option in values.yaml and values-ha.yaml
Validation
Fixes #[11301]
Alen Haric (deusxanima) [email protected]