Skip to content

Allow VPA recommender to be specified #659

@hobti01

Description

@hobti01

Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:

The fluent-bit Helm Chart does not support setting the VPA recommender name

Describe the solution you'd like.:

A property used to specify the recommender in the VerticalPodAutoscaler resource

autoscaling:
  vpa:
    # VPA recommender that will provide recommendations for vertical scaling
    recommender: default

modification to vpa.yaml

spec:
  recommenders:
    - name: {{ .Values.autoscaling.vpa.recommender }}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions