Kubernetes-Volume-Autoscaler icon indicating copy to clipboard operation
Kubernetes-Volume-Autoscaler copied to clipboard

Autoscaling volumes for Kubernetes (with the help of Prometheus)

Results 8 Kubernetes-Volume-Autoscaler issues
Sort by recently updated
recently updated
newest added

There appears to be a bug in Prometheus Server which causes the `kubelet_volume_stats_capacity_bytes` to not be updated properly in Prometheus after a resize. Note: May need to go file a...

Sometimes, the autoscaler tries to resize a PVC with a size below current size, raising an error. ``` Volume infra.data-nfs-server-provisioner-1637948923-0 is 85% in-use of the 80Gi available BECAUSE it is...

Multiple vulnerabilities in 3.9.9

# **Is your feature request related to a problem? Please describe.** Tried do use `scale_up_max_size: 300Gi` in the `values.yaml` of the chart but it didn't work ```console 2023-11-23T11:48:38.529068781Z Traceback (most...

enhancement

- [ ] Listen/watch to events of the PV/PVC, or listen/read from Prometheus to monitor and ensure the resizing happens, log and/or slack it accordingly - [ ] Catch WHY...

enhancement
good first issue

Is there pre-made grafana dashboard (or something that your team uses) that I can use to visualize the metrics of volume autoscaler? If there is one, please can you share...

enhancement

* bump python version to avoid multiple CVEs * bump actions' versions to get rid of node.js 16 deprecated warnings Autoscaler works fine with new python version in my env.

**Is your feature request related to a problem? Please describe.** Changing the annotation as follows ```yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: prometheus-kube-prometheus-stack-prometheus namespace: monitoring # ... volumeClaimTemplates: - apiVersion:...

enhancement