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 Overall I'm getting frustrated with what seems to be a broader software trend of forced https, and general security. The hand holding is insane. From flux...

### Describe the bug The `kustomize-controller` fails with `knative` 1.2.0 as follows: ``` {"level":"info","ts":"2022-03-15T08:31:00.204Z","logger":"controller-runtime.metrics","msg":"Metrics server is starting to listen","addr":":8080"} {"level":"info","ts":"2022-03-15T08:31:00.205Z","logger":"setup","msg":"starting manager"} {"level":"info","ts":"2022-03-15T08:31:00.206Z","msg":"Starting server","path":"/metrics","kind":"metrics","addr":"[::]:8080"} {"level":"info","ts":"2022-03-15T08:31:00.206Z","msg":"Starting server","kind":"health probe","addr":"[::]:9440"} I0315 08:31:00.307441 7 leaderelection.go:248]...

### Describe the bug I updated to flux 0.26.1 and then observed an reconciliation error in a deployment. I deleted the deployment and now there is a problem with the...

### Describe the bug Exact same thing as in #2456 but not commenting there as it was requested to open new issue in this [comment](https://github.com/fluxcd/flux2/issues/2456#issuecomment-1120022943). All our PV and PVC...

Currently, we do not document any of our controllers' flags at https://fluxcd.io/docs so users typically have to find out the available flags themselves, e.g. by running `docker run -it --rm...

area/docs

It would be great if flux cli could render kubernetes manifests from HelmRelease locally, so it is possible to run static analysis checks against generated files before committing them into...

It would help (it would certainly help me) to get an overview of the available annotations if there was a central (or e.g. per controller) overview/table of the available annotations....

area/docs

### Describe the bug When running `flux build ...`, an error is shown that indicates security issue. For example: ``` flux build kustomization my-app --path ./corpsol --kustomization-file ./corpsol/kustomization.yaml ``` will...

bug
area/diff

### Describe the bug flux version 0.30.2 running against a Bitbucket server fails to get project listing. Reason seems to be that neither a base url can be provided to...

bug
area/bootstrap

### Describe the bug I tried to upgrade Flux twice from v0.27.2 to v0.30.2 on an AKS cluster running k8s version 1.23.3 (upgraded from 1.21.4) by following the [documentation](https://fluxcd.io/docs/use-cases/azure/#flux-upgrade). On...

question