We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46b7e2a + 3393072 commit 21c41baCopy full SHA for 21c41ba
vertical-pod-autoscaler/README.md
@@ -119,7 +119,7 @@ There are three modes in which *VPAs* operate:
119
This mode should be used rarely, only if you need to ensure that the pods are restarted
120
whenever the resource request changes. Otherwise prefer the `"Auto"` mode which may take
121
advantage of restart free updates once they are available. **NOTE:** This feature of VPA
122
- is experimental and may cause dowtime for your applications.
+ is experimental and may cause downtime for your applications.
123
* `"Initial"`: VPA only assigns resource requests on pod creation and never changes them
124
later.
125
* `"Off"`: VPA does not automatically change resource requirements of the pods.
0 commit comments