Mario Manno
Mario Manno
Shortest way to reproduce: ``` cat > fleet.yaml
I tested with `latest` and it crashes. Works with ``` helm: chart: "oci://registry.opensuse.org/isv/rancher/elemental/stable/charts/rancher/elemental-operator-chart" version: "1.2.2" ``` Picking a non-existing version also avoids the panic. We tested with a different registry...
We need to - [ ] document that a version is required for OCI - [ ] make sure we catch an invalid combination and return an error instead of...
## Additional QA ### Problem When authentication was not needed to download helm charts from OCI, fleet would not initialize the "registry client" of the module used for downloading. Without...
> Why should the end use need to map the gitrepo to the shard? For now, we investigate if we can change the number of shards at runtime, without reinstalling...
Sounds like a good demo or blog post. Updating the repo should update Rancher ;)
Cleaning up the backlog, won't work on this for now.
https://github.com/rancher/fleet/pull/769 was superseded by #770. That was partially reviewed and closed. At first glance I see a few problems with #770, which make this complex: * exposing port 6060 of...
Build this for the new controller-runtime controllers only. This is a requirement for #1850 * https://book.kubebuilder.io/reference/metrics * what values are exposed via /metrics? * add fleet values, see above *...
Maybe this timeout is too small? https://github.com/rancher/fleet/blob/main/pkg/git/lsremote.go#L140C1-L140C31 Let's make it configurable. Related: * https://github.com/rancher/fleet/issues/2224