Skip to content

Commit 2e7663f

Browse files
authored
Merge pull request kubernetes#4315 from guilhem/patch-1
fix: InPlacePodVerticalScaling typo
2 parents f87ea25 + 5950905 commit 2e7663f

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+1
-1
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ A previous version of kubelet interprets mutation to Pod Resources as a Containe
888888
change and will restart the container with the new Resources. This could lead to Node resource
889889
over-subscription. In order to address this, the feature-gate will remain default false for
890890
atleast two versions after v1.27 alpha release. i.e: beta is planned for v1.29 and
891-
InPlacePodVeritcalScaling feature-gate will be true in versions v1.29+
891+
InPlacePodVerticalScaling feature-gate will be true in versions v1.29+
892892

893893
kubelet: When feature-gate is disabled, if kubelet sees a Proposed resize, it rejects the
894894
resize as Infeasible.

0 commit comments

Comments
 (0)