Skip to content

Commit 21c41ba

Browse files
authored
Merge pull request kubernetes#3107 from jbowes/patch-1
Fix a minor typo in the README
2 parents 46b7e2a + 3393072 commit 21c41ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There are three modes in which *VPAs* operate:
119119
This mode should be used rarely, only if you need to ensure that the pods are restarted
120120
whenever the resource request changes. Otherwise prefer the `"Auto"` mode which may take
121121
advantage of restart free updates once they are available. **NOTE:** This feature of VPA
122-
is experimental and may cause dowtime for your applications.
122+
is experimental and may cause downtime for your applications.
123123
* `"Initial"`: VPA only assigns resource requests on pod creation and never changes them
124124
later.
125125
* `"Off"`: VPA does not automatically change resource requirements of the pods.

0 commit comments

Comments
 (0)