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

Clarify that copied requests won't change QoS class #50124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
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
Clarify that copied requests won't change QoS class
This PR amends the container resource management text by clarifying that
the "copied" requests value, although equal to the limits value, won't
change the QoS class for a Pod.
tengqm committed Mar 17, 2025
commit 0e3285460b3336f4c3ab97eff0deb6d6f639ff10
Original file line number Diff line number Diff line change
@@ -64,6 +64,8 @@ due to a potential livelock situation a memory hungry can cause.
If you specify a limit for a resource, but do not specify any request, and no admission-time
mechanism has applied a default request for that resource, then Kubernetes copies the limit
you specified and uses it as the requested value for the resource.
In this scenario, the request is equal to the limit for the resource, but Kubernetes
won't treat the Pod's QoS class as [`Guaranteed`](/docs/concepts/workloads/pods/pod-qos/#guaranteed).
{{< /note >}}

## Resource types