Merge pull request #2216 from dani07/patch-1

Update vertical-pod-autoscaler.md
This commit is contained in:
k8s-ci-robot 2018-06-05 10:36:56 -07:00 committed by GitHub
commit 9151896ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ VPA controls the request (memory and CPU) of containers. In MVP it always sets
the limit to infinity. It is not yet clear whether there is a use-case for VPA the limit to infinity. It is not yet clear whether there is a use-case for VPA
setting the limit. setting the limit.
The request is calculated based on analysis of the current and revious runs of The request is calculated based on analysis of the current and previous runs of
the container and other containers with similar properties (name, image, the container and other containers with similar properties (name, image,
command, args). command, args).
The recommendation model (MVP) assumes that the memory and CPU consumption are The recommendation model (MVP) assumes that the memory and CPU consumption are