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 is an overarching issue with high-level items we want to accomplish ahead of GA. It goes in a bit more detail and expands the [high-level roadmap to GA in...

umbrella-issue

Flux has recently implemented an initial coverage of fuzzing across its repositories (xref https://github.com/fluxcd/flux2/issues/2002). At the time of implementation golang did not offer native fuzz testing support, which is yet...

area/security

The documentation doesn't mention which scopes are needed for the Github PAT. Is it possible to add this information?

area/docs
good first issue

The source-controller v1beta2 API comes with [a new format for the spec documentation](https://github.com/fluxcd/source-controller/tree/main/docs/spec/v1beta2), which is more in-line with the documentation from e.g. [Kubernetes workload resources itself](https://kubernetes.io/docs/concepts/workloads/controllers/) and does not include...

area/docs
enhancement

### Describe the bug ![image](https://user-images.githubusercontent.com/97506531/157794107-08075022-ad48-4538-8a4a-886149de0805.png) In my repository there are two executable files: create-ecr-repository.sh and pants. Normally they are excuted but when I have to re-bootrap this repository, somehow these...

Context: - Flux creates a generic [cluster-reconciler](https://github.com/fluxcd/flux2/blob/main/manifests/rbac/controller.yaml) `ClusterRole` that is used across all controllers. - The scope of some of the verbs and resources are set to `*` (a.k.a. all...

hold
area/security

### Describe the bug On my machine, i need to access github thru proxy, envs such as 'http_proxy', 'https_proxy', 'HTTP_PROXY', 'HTTPS_PROXY' are all set. Flux is able to connect to...

### Describe the bug The background: I want to setup Flux v2 with a GitLab repo that has a protected branch and the project access token used has no permissions...

area/docs
good first issue

### Describe the bug https://fluxcd.io/docs/use-cases/aws-codecommit/ Flux Create Source: Failed to retrieve list of SSH authentication methods ► applying secret with repository credentials ✔ authentication configured ► applying GitRepository source ✔...

bug
area/docs
good first issue
help wanted

### Describe the bug It seems that flux diff is not working properly when a (cluster)role has an aggregationRule. It seems that the aggregation is ignored and thus the diff...

bug
blocked/upstream