Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 606 Bytes

Goal

To auto Resize a kubernetes volume if it starts to run out of space.

Usage

This project is intended to be passed in the PVC you wish to control. The PVC will auto get resized with by an increase

TODO

  • Create github action build script
  • create empty project
  • Add ability to auto resize PVC
  • Determine if StatefulSets can be auto resized
  • Add e2e tests
  • Add fake tests
  • Add capability to detect what type of threshold triggers resize
    • percentage free space
    • amount free space
  • add metrics for failure
  • add warnings or triggers