We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9137c09 commit d644584Copy full SHA for d644584
content/en/docs/concepts/workloads/pods/pod-qos.md
@@ -71,7 +71,7 @@ A Pod is given a QoS class of `Burstable` if:
71
72
Pods in the `BestEffort` QoS class can use node resources that aren't specifically assigned
73
to Pods in other QoS classes. For example, if you have a node with 16 CPU cores available to the
74
-kubelet, and you assign assign 4 CPU cores to a `Guaranteed` Pod, then a Pod in the `BestEffort`
+kubelet, and you assign 4 CPU cores to a `Guaranteed` Pod, then a Pod in the `BestEffort`
75
QoS class can try to use any amount of the remaining 12 CPU cores.
76
77
The kubelet prefers to evict `BestEffort` Pods if the node comes under resource pressure.
0 commit comments