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

### Describe the bug Given an HTTP-based "dumb" Git server When I try to bootstrap it with `flux bootstrap git --allow-insecure-http --token-auth --password XXX --url http://git.server --path x/y/z` Then the...

bug

Signed-off-by: Santosh Kaluskar This PR could close [#3086](https://github.com/fluxcd/flux2/issues/3086#issue-1366306801) Updating current metric of type `go_memstats_alloc_bytes_total` with `go_memstats_heap_sys_bytes`.

### Describe the bug When Flux is installed from the Operator Hub installation instructions, it lands in the namespace `operators` by default. The `flux logs` command accepts `--flux-namespace` which works,...

Fixes #3116. If you're using an HTTP-based Git server with Flux, you need to provide `--token-auth` to avoid triggering an SSH host key check (see [#2825](https://github.com/fluxcd/flux2/issues/2825#issuecomment-1151355914)). Unfortunately, doing this forces...

bug
area/bootstrap

### Describe the bug People may flip `GitRepository::spec.ref.branch` to a `dev` branch to test/verify something and forget to revert back after. It would be great if flux2 can export metrics...

This pull request refactors the Azure e2e tests previously located in `tests/azure` to be run completely on ephemeral infrastructure removing the need for the shared folder. It also modifies the...

Proposal for blocking HTTP connections across all Flux controllers and objects TLDR: * A new boolean flag `--allow-insecure-http` shall be added to all controllers, which would be used to allow/disallow...

### Describe the bug `flux reconcile hr --with-source` causes 2 helm upgrades. Proof is in the `helm history`. For simple deployments, this may be just an annoyance because the 2nd...

During a recent investigation we have noticed that the controller's memory consumption was being incorrectly displayed in our official Dashboard, when compared with the data from [Pod Stats & Info](https://grafana.com/grafana/dashboards/10518-pod-stats-info/)...

good first issue
help wanted
area/monitoring

### Describe the bug Hello ### Context After a long migration from `Flux v1` to `Flux v2`, we are currently catching up Flux version from `0.27.1` to `0.32.0` (to be...

question