Skip to content

Commit d2f4ad5

Browse files
authored
Merge pull request #55642 from cdmello-g/patch-2
Fix minor typo
2 parents ada14be + e389a45 commit d2f4ad5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/blog/_posts/2026/inplace-pod-level-resources-beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When a Pod-level resize is initiated, the Kubelet treats the change as a resize
2525

2626
> **Note:** Currently, `resizePolicy` is not supported at the Pod level. The Kubelet always defers to individual container settings to decide if an update can be applied in-place or requires a restart.
2727
28-
## Example: ccaling a shared resource pool
28+
## Example: Scaling a shared resource pool
2929

3030
In this scenario, a Pod is defined with a 2 CPU pod-level limit. Because the individual containers do not have their own limits defined, they share this total pool.
3131

@@ -69,7 +69,7 @@ Before admitting a resize, the Kubelet verifies if the new aggregate request fit
6969

7070
### 2. Update sequencing
7171

72-
To prevent resource "overshoot," the Kubelet coordinates the cgroup updates in a specific order:
72+
To prevent resource "overshoot", the Kubelet coordinates the cgroup updates in a specific order:
7373
* **When Increasing:** The Pod-level cgroup is expanded first, creating the "room" before the individual container cgroups are enlarged.
7474
* **When Decreasing:** The container cgroups are throttled first, and only then is the aggregate Pod-level cgroup shrunken.
7575

0 commit comments

Comments
 (0)