Lorenzo Maffioli
Lorenzo Maffioli
**Describe the bug** I want to delete my `Deployment` with `Propagation: Orphan`, but if I try to interact with the dropdown menu of the deletion popup, I get stuck in...
When a pvc has been correctly resized the old and new sizes is logged, but the sizes are in bytes, which are harder to read: ```go a.logger.Infof("pvc %s resized from...
Currently, the PVC autoscaler project relies on string interpolation for logging messages, making it challenging to extract meaningful data during analysis and troubleshooting. I would like to use structured fields...
Currently, the Helm chart for the PVC autoscaler project lacks support for parameters like `podAnnotations`, `tolerations`, and `nodeSelector`. ## Tasks: 1. Update the values.yaml file to include the `podAnnotations`, `tolerations`...
We need to expand our test coverage for this package. ## Tasks 1. Write Unit Tests 2. Ensure Test Coverage: Verify that the new tests cover a significant percentage of...