Mario Manno
Mario Manno
Remove unused values from Rancher https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/dashboard/fleetcharts/controller.go
The Rancher UI provides the users name as a label on resources. Extract the name, clean it up and use it in log messages. Also propagate the name as a...
Extend the existing workflow to also run the provisioning tests. * find a new name for the workflow, a name that contains "test" as a verb so we can watch...
The motivation is to publish Fleet scalability test result on a centralized platform so we can analyze the evolution of Fleet performance over period of time. There is already a...
### In Progress - [x] [SURE-9137](https://github.com/rancher/fleet/issues/2943) https://github.com/rancher/fleet/pull/3114 [Helm values templating](https://fleet.rancher.io/ref-fleet-yaml#templating) errors are shown in the UI on the GitRepo. - [ ] SURE-7399 https://github.com/rancher/fleet/issues/2655 -> https://github.com/rancher/fleet/issues/3141 Bundle reader skips bundle...
Fleet's current polling implementation for GitOps [relies](https://github.com/rancher/fleet/blob/main/internal/cmd/controller/gitops/reconciler/gitjob_controller.go#L481) on an implementation detail of how `controller-runtime` interacts with the `client-go` queue. More specifically, the fact that, for a given object, `controller-runtime` drops...
Forced drift correction should replace a resource that cannot be updated, e.g. a service with a modified port list. The test was disabled, because it was flaky: https://github.com/rancher/fleet/pull/3334
Internal ref: SURE-7092 Users are unable to tell who created which GitRepo and when looking at deployed workloads, it's equally unclear whom they belong to. Idea: * UI adds user/displayname...