Merge pull request #6081 from jbartosik/update-docs

Fix flag name in documentation
This commit is contained in:
Kubernetes Prow Robot 2023-09-04 03:01:48 -07:00 committed by GitHub
commit c11dd711bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -304,7 +304,7 @@ For example you could have 3 profiles: [frugal](deploy/recommender-deployment-lo
use different TargetCPUPercentile (50, 90 and 95) to calculate their recommendations. use different TargetCPUPercentile (50, 90 and 95) to calculate their recommendations.
Please note the usage of the following arguments to override default names and percentiles: Please note the usage of the following arguments to override default names and percentiles:
- --name=performance - --recommender-name=performance
- --target-cpu-percentile=0.95 - --target-cpu-percentile=0.95
You can then choose which recommender to use by setting `recommenders` inside the `VerticalPodAutoscaler` spec. You can then choose which recommender to use by setting `recommenders` inside the `VerticalPodAutoscaler` spec.

View File

@ -29,7 +29,7 @@ spec:
image: registry.k8s.io/autoscaling/vpa-recommender:0.14.0 image: registry.k8s.io/autoscaling/vpa-recommender:0.14.0
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- --name=performance - --recommender-name=performance
- --target-cpu-percentile=0.95 - --target-cpu-percentile=0.95
resources: resources:
limits: limits:

View File

@ -29,7 +29,7 @@ spec:
image: registry.k8s.io/autoscaling/vpa-recommender:0.14.0 image: registry.k8s.io/autoscaling/vpa-recommender:0.14.0
imagePullPolicy: Always imagePullPolicy: Always
args: args:
- --name=frugal - --recommender-name=frugal
- --target-cpu-percentile=0.50 - --target-cpu-percentile=0.50
resources: resources:
limits: limits: