flux2 icon indicating copy to clipboard operation
flux2 copied to clipboard

Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

Results 272 flux2 issues
Sort by recently updated
recently updated
newest added

This pull request adds more flags to `resetCmdArgs`. This ensure that flags from one test doesn't affect others. Signed-off-by: Somtochi Onyekwere

As of now, it is not possible to filter the output of the 'flux get' command. Some examples of usecases: - getting all suspended Kustomizations - getting all resources that...

Given Go 1.18 has been out for some time now, and seems to be stable expect for some minor issues with the performance of the [newly introduced Generics](https://go.dev/doc/tutorial/generics), we should...

area/build

### Describe the bug I use Flux2 and ingress-nginx. The logs of the ingress-nginx pod show when a new ingress object is applied and it updates its configuration. This works...

### Describe the bug I have a MongoDB helm chart on Azure container registry as OCI artifacts. I can log in to the repository using ``` helm registry login my_domain.azurecr.io...

It is possible to get a GitRepository source into a state which can not be polled by the CLI anymore (`flux get sources git`) by setting the sync interval to...

### Describe the bug I created a HelmRelease `test-flux` with a deployment, service and image all named `test-flux`. I initially gave it correct values in `values.yaml` and it ran successfully....

Flux2 documentation on [HelmRelease dependencies](https://fluxcd.io/docs/components/helm/helmreleases/#helmrelease-dependencies) clearly states it does not account for upgrade ordering, explaining the reason for that: ``Note that this does not account for upgrade ordering. Kubernetes only...

### Describe the bug The Flux Logs Grafana dashboard does not display any data due to logs seemingly not being un-escaped correctly: ![image](https://user-images.githubusercontent.com/104774299/178729573-8b7654f1-9509-4de4-8075-4d5bcb7c2c36.png) Detected fields include double quotes for are...

### Describe the bug Boostraping flux2 using an ssh-agent with multiple keys loaded (`ssh-add -l |wc -l` > 6, 24 keys for me) results in "Too many authentication failures" as...