Skip to content

Commit f494675

Browse files
committed
update readme
1 parent 5798028 commit f494675

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
@@ -48,7 +48,7 @@ You can also read about the [features](./docs/features.md) and [known limitation
4848
> [!IMPORTANT]
4949
> At the moment, VPA is not compatible with workloads that define pod-level `resources` stanzas. Work has started to add pod-level resources support for VPA, for more details see [AEP-7571](https://github.com/kubernetes/autoscaler/pull/8586). Users of VPA may encounter the following issues if they enable VPA for a workload with a pod-level resources stanza defined:
5050
> * When the admission-controller tries to set a container-level limit higher than the pod-level limit, the operation is prohibited, and the pod will not be created.
51-
> * When the admission-controller tries to set the newly recommended container-level requests, their total value cannot exceed the pod-level requests. For example, if the pod-level memory request is 100Mi, but the newly recommended total of container-level requests is 250Mi, the pod will fail to be created.
51+
> * When the admission-controller tries to set the newly recommended container-level requests, their total value cannot exceed the pod-level request or limit. For example, if the pod-level memory request is 100Mi, but the newly recommended total of container-level requests is 250Mi, the pod will fail to be created.
5252
5353
## Related links
5454

0 commit comments

Comments
 (0)