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

Bumps the ci group with 4 updates: [helm/kind-action](https://github.com/helm/kind-action), [google-github-actions/auth](https://github.com/google-github-actions/auth), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [EndBug/label-sync](https://github.com/endbug/label-sync). Updates `helm/kind-action` from 1.8.0 to 1.9.0 Release notes Sourced from helm/kind-action's releases. v1.9.0 What's Changed Bump actions/checkout from...

area/ci
dependencies

### Describe the bug When postBuild.substitute variables containing value of "yes" or "no", the variable is substituted gets the value of "true" and "false" respectively throwing the below error. `expected...

### Describe the bug When deploying applications that have a [KEDA ScaledObject](https://keda.sh/docs/2.10/concepts/scaling-deployments/#scaledobject-spec), if there are any issues with the configuration that result in errors with the `vscaledobject.kb.io` admission webhook Flux...

Initial draft for RFC about global objects

Currently OpenShift docs have this: ``` for i in ${!FLUX_CONTROLLERS[@]}; do oc adm policy add-scc-to-user nonroot system:serviceaccount:${FLUX_NAMESPACE}:${FLUX_CONTROLLERS[$i]} done ``` This can be expressed as a role: ``` apiVersion: "rbac.authorization.k8s.io/v1" kind:...

Hi, I fixed typos I stumbled upon during code reading.

backport:release/v2.2.x

This RFC proposes to add support for custom heath checks during the health check phase of a `kustomization` reconciliation using `CEL` expressions.

area/rfc

### Describe the bug Namespace Labels aren't synced with Kubernetes Cluster. ### Steps to reproduce 1. Create age-key with sops 2. Bootstrap flux with a namespace which contains a label...

### Describe the bug I upgraded to 2.2.3, but still get the same error (as described and closed in https://github.com/fluxcd/flux2/issues/4509): Logs: ``` kc logs kustomize-controller-6464685c8c-p9tdr | grep empty {"level":"error","ts":"2024-02-12T05:55:53.572Z","msg":"Reconciliation failed...

This RFC proposes to add a `receiver` that supports receiving and validating `CDEvents` in order to reconcile resources.

area/rfc