Corentin Néau
Corentin Néau
> Currently blocked on getting #43530 backported to `release/v2.8`. @olblak @kkaempf , is this something your team can take care of or there are concerns with migrating that improvement to...
(copied from #2609) ## Additional QA ### Problem When failing to correct drift on a resource (eg. modified ports array on a service), Fleet would leave a `GitRepo` in `Modified`...
Thanks @mmartin24 for raising this. I am still able to reproduce issues with updating service ports on Rancher `v2.9.3-alpha4` with Fleet `v0.10.4-rc.1`. After a few seconds, although the bundle deployment...
Confirmed: [this line](https://github.com/rancher/fleet/blob/release/v0.10/internal/cmd/agent/deployer/monitor/updatestatus.go#L162) calls a `DryRun` on a Wrangler `apply.Apply`, which returns an empty set of objects. In turn, that set is used to populate resources in the bundle deployment...
It seems that in the failing case, the `chart` field contains an alias (`gitlab`) to the repository name, as per the `helm repo add` command you have shared. Have you...
Closing. Please feel free to reopen if the above suggested fix does not work.
Issue confirmed and reproduced, at least against `master` and `release/v0.9`, both via a manual bundle update and by pushing a new commit to a monitored git repository. Thank you for...
## Additional QA ### Problem Old releases appeared not to be removed when updating a bundle's namespace or release name. The Fleet agent would actually garbage-collect old releases based on...
I have tried, and failed, to reproduce this against the current `main` by deleting a label on a config map. This needs further investigation. Could you share an example of...
> Looking through issues and PRs, I noted that @weyfonk had experimented with the idea https://github.com/rancher/fleet/pull/2892. Is there something blocking from skipping drift detection when it's not enabled? That PR...