Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable/vpa] Update VPA CRD #1512

Merged
merged 5 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/vpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vpa
description: A Helm chart for Kubernetes Vertical Pod Autoscaler
type: application
version: 4.5.0
version: 4.6.0
appVersion: 1.0.0
maintainers:
- name: sudermanjr
Expand Down
12 changes: 7 additions & 5 deletions stable/vpa/crds/vpa-v1-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,11 @@ spec:
resourcePolicy:
description: Controls how the autoscaler computes recommended resources.
The resource policy may be used to set constraints on the recommendations
for individual containers. If not specified, the autoscaler computes
recommended resources for all containers in the pod, without additional
constraints.
for individual containers. If any individual containers need to
be excluded from getting the VPA recommendations, then it must be
disabled explicitly by setting mode to "Off" under containerPolicies.
If not specified, the autoscaler computes recommended resources
for all containers in the pod, without additional constraints.
properties:
containerPolicies:
description: Per-container resource policies.
Expand Down Expand Up @@ -397,7 +399,7 @@ spec:
- TargetHigherThanRequests
- TargetLowerThanRequests
type: string
resource:
resources:
description: Resources is a list of one or more resources
that the condition applies to. If more than one resource
is given, the EvictionRequirement is fulfilled if at least
Expand All @@ -409,7 +411,7 @@ spec:
type: array
required:
- changeRequirement
- resource
- resources
type: object
type: array
minReplicas:
Expand Down