Stefan Prodan

Results 1081 comments of Stefan Prodan

Here are the Kubernetes docs on how port mapping works: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports

To implement auth for Oracle, we'll need some org to sponsor the Flux project so we can run e2e tests and provision clusters and registry repos in Oracle Cloud. The...

In [Flux 2.4](https://fluxcd.io/roadmap/#v24-q3-2024) we plan to ship Bucket GA so we can get started working on improvements to this API next. We should add `.spec.certSecretRef` to the Bucket API similar...

Reverting both #1482 and #1515 fixed the issue for Flux users, basically what's in main now breaks known hosts verification of GitLab servers using `ssh-rsa`, `ssh-ed25519` and any other host...

SealedSecret does not comply with the kstatus standard condition (Ready=true), to solve this we'll need to implement https://github.com/fluxcd/flux2/pull/4528 and make use of CEL to define a custom health check that...

We can't add it to get started, `flux bootstrap github` does not currently supports GitHub App.

@dylanmtaylor you can use the Flux Operator with GitHub App. it's a great alternative to the Flux CLI command. Docs here: https://fluxcd.control-plane.io/operator/flux-sync/#sync-from-a-git-repository-using-github-app-auth

@alialperak the `flux_bootstrap_git` resource is GA, it uses the same code as `flux bootstrap` and does the same thing: installs, upgrades or reconfigures Flux. For Flux, Terrafrom state has no...

We test the upgrade here: https://github.com/fluxcd/terraform-provider-flux/blob/4771d1417b3fcb248fc0d42bd7e2f05929bb1dd4/internal/provider/resource_bootstrap_git_test.go#L227-L250 If upgrade doesn't work for you, please open an issue with an example that we can replicate.