-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GA flux_bootstrap_git
#426
Comments
WRT task 4 "deprecate |
@smurfralf there have been a couple of people who have shared their use case with the datasoruces which I have never seen before. Some of these are mentioned in #399. My issue with the datasources is that it does an incomplete job at generating the manifests, especially with regards to customizing them. We obviously need to discuss what we should support in the future. One of my worries is however that people who install with flux_install and flux_sync will stick to that method. Those people need to switch to the new resource because it has turned out to be impossible to support every single users specific installation problems. The new resource has enabled me to debug user issues in a way that was not possible before. |
Instead of |
@stefanprodan @phillebaba Agree with your observations about limitations of flux_install. We'll take a look at migrating to the helm chart. It looks like it is pretty well maintained even though its readme starts with "These helm charts are maintained and released by the fluxcd-community on a best effort basis." |
@stefanprodan - I don't see this mentioned here, but by GA - will this resource support conditionally installing flux to the cluster? I mentioned this here - but I currently use the terraform resources to install flux and then create >1 flux sync objects. In its current implementation, there is no way to do this given that each I opened a formal issue here |
I have just finished setting up cluster following https://registry.terraform.io/providers/fluxcd/flux/latest/docs/guides/gitlab just to randomly notice it is going to be deprecated. Could you please update docs to mention it? |
This umbrella issue tracks the work required to GA the
flux_bootstrap_git
resource.Tasks:
flux_bootstrap_git
using GitHub and Kubernetes Kindflux_bootstrap_git
as the recommended bootstrap procedure (Flux website & Terraform registry)flux_install
andflux_sync
data sources and point people to the community Helm charts for those that are using the data source without bootstrapTODO guides:
Part of: fluxcd/flux2#3735
The text was updated successfully, but these errors were encountered: