chore: align default resources with upstream kubeadm CoreDNS defaults#257
Open
mloza-tc wants to merge 1 commit intocoredns:masterfrom
Open
chore: align default resources with upstream kubeadm CoreDNS defaults#257mloza-tc wants to merge 1 commit intocoredns:masterfrom
mloza-tc wants to merge 1 commit intocoredns:masterfrom
Conversation
Update resource requests and limits in values.yaml to match the values used by kubeadm in manifests.go (L103-108): - Remove CPU limit (kubeadm does not set one; avoids DNS throttling) - Set memory limit to 170Mi (was 128Mi) - Set memory request to 70Mi (was 128Mi) Bump chart version to 1.45.3 and add changelog entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Update resource requests and limits in values.yaml to match the values used by kubeadm in manifests.go(1)
Bump chart version to 1.45.3 and add changelog entry.
Why is this pull request needed and what does it do?
The default resource requests and limits diverge from what kubeadm provisions when deploying CoreDNS as a cluster addon. This PR aligns them with the upstream values defined in manifests.go (1)
(1) https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/phases/addons/dns/manifests.go#L103-L108
Which issues (if any) are related?
N/A
Checklist: