You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 volumesDescribe 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
The text was updated successfully, but these errors were encountered: