Mario Manno

Results 196 comments of Mario Manno

Looking at the logs it seems to be fixed in 0.11 Drift detection still refreshes a lot, which may be avoided by storing resources, or a hash, or the helm...

## Additional QA ### Problem A change would deploy twice. ### Solution We made sure the status is not overwritten and switched to an event channel. Especially the new event...

I think the garbage collector is broken? That could explain why the garbage collector is not cleaning up the resources sets. ``` % docker logs k3d-upstream-server-0 W0401 10:38:37.276688 39 reflector.go:561]...

This could be better in 0.10, as the fleet-agent is a statefulset and not included in the [backed up resources](https://github.com/rancher/backup-restore-operator/blob/release/v5.0/charts/rancher-backup/files/default-resourceset-contents/fleet.yaml).

This seems unrelated to fleet. Not sure if this goes into the rancher repo or https://github.com/rancher/backup-restore-operator/issues While the restore seems to result in an inconsistent state, I'm wondering why this...

An error in the "helm template" code on the local/upstream cluster should no longer stop the deployment: https://github.com/rancher/fleet/issues/1101 However, when lookup returns nil, that might be an issue afterwards. We...

The bundlereader and the multitude of `fleet.yaml` `helm:` options are not easy to follow. However the [docs](https://fleet.rancher.io/ref-fleet-yaml) say this about the helm options: > Use a custom location for the...

Two ideas from our discussion: * we could extend the agent with a `prune` option. Setting this option, * would make the agent compute the resources to be deployed, *...

Related to https://github.com/rancher/rancher/issues/48559#issuecomment-2576382631 Fleet (wrangler, too) does not support a "Failed=False" condition. ``` status: conditions: - message: Applying HelmChart using Job kube-system/helm-install-rancher-monitoring-crd reason: Job created status: "True" type: JobCreated -...