Davide Bianchi

Results 31 issues of Davide Bianchi

In [controller tests](https://github.com/kube-green/kube-green/blob/main/controllers/sleepinfo/sleepinfo_controller_test.go), namespaces name are set manually. It could be auto generated randomically to avoid conflicts. To analyze a better handle of namespace deletion between two tests.

good first issue

It could be an interesting feature to save metrics of the *kube-green* usage. This data could be the basis for creating a dashboard to monitor the use of *kube-green*. We...

enhancement

What type of resources should be handled by kube-green? * [ ] traefik ingress route * [ ] Replica Sets * [ ] StatefulSet

enhancement
question

Controller is deployed using kustomize. To do it, it is necessary to download the kube-green repo and run the `make deploy` command. Possible alternatives: - [x] olm - #87 -...

enhancement

The SleepInfo CRD could have a new optional field, which enable or disable the controller functionality. It could be useful not to totally remove the CRD, but disable it. For...

enhancement

We should support some common resources by default, without adding the patch in the SleepInfo. To do so, we could add a new field in CRD, to possibly disable the...

At the moment, we support Deployments and CronJobs in a specific way. We could support both resources using the patch configuration, supported by default from the controller.

As suggested in #249. To setup this flag dynamically, we should add some documentation on how mean add more concurrent reconciliation.

enhancement
good first issue