Mario Manno
Mario Manno
This sounds like a UI issue. Can you override the targets in the YAML?
Can you try to use `[email protected]:organization/repo.git` as per this comment https://github.com/rancher/fleet/issues/238#issuecomment-1233015041 ? If PAT only work with `git@`, not with `https`, that would mean we have a bug in our...
Looks like we only use the cert for go-getter URLs. Not for OCI.
Note: We have a testing matrix in https://github.com/rancher/fleet/blob/master/.github/workflows/e2e-ci.yml#L31 - this just runs the single-cluster deployments from fleet-examples, but might suffice as an initial smoke test.
Users often create cluster groups instead of matching clusters by name, however those groups only support a label matcher. Would it be possible to add the user’s labels as a...
I see there is some need to: * skip a bundle deployment on a cluster (`doNotDeploy` in `fleet.yaml`) * override the cluster selection from `fleet.yaml` (`overrideTargets` in `fleet.yaml`) This looks...
Reminds me of sparse checkouts, which could also be interesting to reduce cloning time and bandwidth.
Let's wait how much of this is necessary after https://github.com/rancher/fleet/issues/210
Fleet will detect drift, if k8s can detect that the resources are failing, fleet will report this. There is also special logic in Fleet to handle resources (see https://github.com/rancher/fleet/blob/main/internal/cmd/agent/deployer/summary/summarizers.go). Do...
This sounds like you could use "target customization" to specify a different valuesFrom per target: https://fleet.rancher.io/gitrepo-targets#customization-per-cluster We do plan to improve secret management in https://github.com/rancher/fleet/issues/3399