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

Proposal for a Git-less bootstrap using OCI-compliant Container Registries as the desired state storage. Spec preview: https://github.com/fluxcd/flux2/blob/rfc-flux-bootstrap-oci/rfcs/000X-flux-bootstrap-oci/README.md Example: ```shell flux bootstrap oci \ --url=oci://ghcr.io/stefanprodan/flux-manifests:production \ --username=stefanprodan \ --password=$GITHUB_TOKEN \ --kustomization=flux-manifests/kustomization.yaml...

area/rfc

### Describe the bug Hello everyone, I am a little bit baffled by what exactly happened but around 3 hours a go I started receiving an error > Warning BuildFailed...

### Describe the bug Our build workflow first increments the version of our services, then builds the new version. This works fine for over 30 services, except 1 that takes...

### Describe the bug HelmRelease not able to work postgres database. It doesnt process the code for customresourcedefinition PostgresService Below is the chunk of the code for that crd. patroni:...

### Describe the bug For a Flux setup that involves a lot of chained Kustomizations using `dependsOn`, for example: `bootstrap --> controllers --> databases --> post-config --> app1 / app2...

### Describe the bug That would ge useful to have a command like `flux dot /` to generate a dot compatible output, in order to see the dependency graph. ###...

enhancement
area/ux

### Describe the bug Since yesterday our ImageUpdateAutomation controller stopped working. I tried looking up the image automation controller logs, the only message I see is: ``` {"level":"error","ts":"2024-04-10T07:54:41.594Z","msg":"Reconciler error","controller":"imageupdateautomation","controllerGroup":"image.toolkit.fluxcd.io","controllerKind":"ImageUpdateAutomation","ImageUpdateAutomation":{"name":"image-updates","namespace":"flux-system"},"namespace":"flux-system","name":"image-updates","reconcileID":"bb111abb-d5a5-4b76-93a2-d58015405f71","error":"failed to...

The research institute I am working for has its own GitLab instance. My team has its own group and inside we have subgroups and what not. The repository I would...

### Describe the bug When applying [infrastructure components yaml](https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/download/v2.4.0/infrastructure-components.yaml) from AWS provider of Cluster API, flux kustomization fails with this error message: error message ```shell Kustomization reconciliation failed: CustomResourceDefinition/rosacontrolplanes.controlplane.cluster.x-k8s.io dry-run...

Depends on https://github.com/fluxcd/image-automation-controller/pull/647 . TODO: - [ ] Remove the replace statements from go.mod files that point to image-automation-controller PR branch.