Skip to content

Commit 81feb45

Browse files
authored
Merge pull request #46692 from bydeath/fix-typo-in-place-pod-resize-alpha
Fix typo in blog post: “do to” -> “due to”
2 parents 3e3cb31 + 54c5fd0 commit 81feb45

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2023-05-12-in-place-pod-resize

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2023-05-12-in-place-pod-resize/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resize exceeds the maximum resources the node can ever allocate for a pod.
5656

5757
Here are a few examples where this feature may be useful:
5858
- Pod is running on node but with either too much or too little resources.
59-
- Pods are not being scheduled do to lack of sufficient CPU or memory in a
59+
- Pods are not being scheduled due to lack of sufficient CPU or memory in a
6060
cluster that is underutilized by running pods that were overprovisioned.
6161
- Evicting certain stateful pods that need more resources to schedule them
6262
on bigger nodes is an expensive or disruptive operation when other lower

0 commit comments

Comments
 (0)