Mario Manno
Mario Manno
forwardport of https://github.com/rancher/fleet/issues/1997
Refers to https://github.com/rancher/fleet/issues/2214
For the controller-runtime controllers, replace the cleanup controller with finalizers. * removal of bd by fleetcontroller would be blocked until agent does clean up and removes finalizer * needs webhooks...
We want to bump helm and use upstream again. Fleet is currently using this fork: https://github.com/helm/helm/compare/main...rancher:v3.9.0-rancher1 There are several changes: * warning for group readable kubeconfig file has been removed...
Add telemetry similiar to https://github.com/epinio/epinio/issues/1884 * how many clusters, bundles? * time running? * country? * env var in `extraEnv` to opt outs * inherit setting from rancher Possibly interesting...
Sharding should be usable from the Rancher UI, this involves two parts, editing the Fleet installation options and adding internal sharding labels to resources. We need to create an issue...
Fleet writes information about deployments and errors into the status of resources. To assist users with troubleshooting, e.g. when they don't have access to the logs, we can record k8s...
credentials need to be stored in secrets, not CRDs
We no longer use https://github.com/rancher/rancher/issues/42861 https://github.com/rancher/rancher/blob/release/v2.9/pkg/data/dashboard/fleet.go#L56C6-L87