Mario Manno

Results 196 comments of Mario Manno

Thanks @snasovich for the long answer. Since we are sharing ownership on fleetchart.go and fleetcluster.go, we will make the necessary changes to the local agent's startup. Summary from Discussion in...

Can this be re-tested with https://github.com/rancher/fleet/releases/tag/v0.12.0 (see "Resources in Status Fields:")? @aruiz14 worked on a number of PRs that address the resources list in the status.

Regarding OCI storage, it would help with the `Bundle.Spec.Resources` list, which contains every resource to be deployed. But only once, not per cluster, so while it is bad, its size...

@webD97 https://github.com/rancher/fleet/issues/3501#issuecomment-2780648657 likely this one.

We believe, we might be able to remove `bundle.status.resourceKey` and the UI can be switched to `bundledeployment.status.resources` instead. This would also make the information in the UI more accurate. *...

For Fleet: - [x] make sure tolerations are passed to the fleet helm chart - [ ] make sure fleetcluster [passes tolerations to local cluster](https://github.com/rancher/rancher/blob/release/v2.9/pkg/controllers/provisioningv2/fleetcluster/fleetcluster.go#L207) - [x] fleet chart uses...

Sounds similar to the upcoming https://fleet.rancher.io/gitrepo-content#alternative-scan-explicitly-defined-by-the-user

The chart is probably too big. You could check by creating the bundle manually with `fleet apply` and then applying it: https://fleet.rancher.io/bundle-add#convert-a-helm-chart-into-a-bundle In the future we want to support OCI...

I think this just happened to me on a fresh k3d cluster. Sadly I didn't capture the cleanup controllers output. ``` time="2025-07-04T13:13:14Z" level=info msg="Starting /v1, Kind=ConfigMap controller" time="2025-07-04T13:13:14Z" level=info msg="waiting...

Testing with a version that has https://github.com/manno/fleet/commit/e90365d487dbe4fbff4d4db430d63623c1d5f4cd I see the fleet-agent is deployed (manager initiated registration) and can handle bundledeployments, i.e. it deployed 50 workload bundles. However it can't deploy...