Corentin Néau
Corentin Néau
Apologies. I'd merged a fix into `rancher/rancher`'s `main`, ie targetting Rancher v2.10.0 instead of v2.9.3 which was the original target milestone for this issue. Please validate this against v2.10.0. [This...
Fleet offers the ability to [pause](https://fleet.rancher.io/ref-crds#bundledeploymentspec) a bundle deployment, which would prevent reconciliation for that bundle deployment, ie for a single target cluster.
It looks like there may be an issue with the `gitjob` pod using an older Fleet image, as per: > User "system:serviceaccount:cattle-fleet-system:fleet-controller" cannot create resource "gitjobs" in API group "gitjob.cattle.io"...
## Additional QA ### Problem Bundle resources may become too large to be stored in etcd, leading to reconciler errors. ### Solution Resource keys have been removed from bundles, in...
See PR mentioned above this comment. This limitation is caused by `hashicorp/go-getter`'s [GitGetter](https://github.com/hashicorp/go-getter/blob/HEAD/get_git.go#L29) not supporting custom client options, unlike the [HttpGetter](https://github.com/hashicorp/go-getter/blob/HEAD/get_http.go#L55) for which transport, and therefore authentication, can be configured...
Possibly related to #4173.
Superseded by #4105.
#2891 provides an example to document.
Could not reproduce for now.
Hi, a few questions: * which version of Rancher and Fleet are you using? * what does your GitRepo look like? In particular, are you specifying `paths`? * does this...