Skip to content

new setting to ignore volumes not annotated #25

@Acetolyne

Description

@Acetolyne

Is your feature request related to a problem? Please describe.
Implementing this in a large environment that has volumes that are not expandable is hard because you have to manually add the annotation to lots of pvc's to ignore the volume
ie: add volume.autoscaler.kubernetes.io/ignore: "false" to all the volumes

Describe the solution you'd like
I propose that there is an environment variable like IGNORE_UNLESS_ANNOTATED that has a default of false so that the current workflow is not changed but that can be set to "true" in which case all volumes are ignored except the ones that have the annotation volume.autoscaler.kubernetes.io/ignore: "false"

Describe alternatives you've considered
manually annotating the hundreds of pvc's across multiple clusters

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions