You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a discussion on how to install FluxCD without CNI fluxcd/flux2#3070
Right now there is no standard and convenient way for doing this.
Describe the solution you'd like.
Add additional option to values.yaml
# -- Implement the patches for Flux All-In-One installation as a single deployable unit (Kubernetes Pod).# See https://github.com/fluxcd/flux2/discussions/3070aio: false
Describe alternatives you've considered.
There are certain projects for solving this issue:
@maxpain won't FluxCD operator solve this issue? Anyway, I totally agree, that this option is a must. Particularly I want to highlight that it is not enough to put all fluxCD pods into host network, but also one needs to deal with DNS (as CoreDNS is not working w/o CNI)
Is your feature request related to a problem ?
There was a discussion on how to install FluxCD without CNI
fluxcd/flux2#3070
Right now there is no standard and convenient way for doing this.
Describe the solution you'd like.
Add additional option to
values.yaml
Describe alternatives you've considered.
There are certain projects for solving this issue:
I'd like to have a common way to generate a ready manifests to apply.
Additional context.
I can prepare the PR for this feature, but let's first discuss if it is needed and how it should be implemented
cc @stefanprodan @maxpain
I would like to hear your opinion as well
The text was updated successfully, but these errors were encountered: