Skip to content

Commit d644584

Browse files
authored
Removed duplicate word
1 parent 9137c09 commit d644584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-qos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A Pod is given a QoS class of `Burstable` if:
7171

7272
Pods in the `BestEffort` QoS class can use node resources that aren't specifically assigned
7373
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`
74+
kubelet, and you assign 4 CPU cores to a `Guaranteed` Pod, then a Pod in the `BestEffort`
7575
QoS class can try to use any amount of the remaining 12 CPU cores.
7676

7777
The kubelet prefers to evict `BestEffort` Pods if the node comes under resource pressure.

0 commit comments

Comments
 (0)