-
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
Create flux_bootstrap_oci resource #501
Comments
@swade1987 I would imagine this to be a trivial kind of change, I might have a crack at it what do you think? |
@errordeveloper the OCI bootstrap needs a total revamp of Flux core packages, CLI UX, etc. I'm not ready to tackle this now, maybe in Q3. |
Is this because right now the terraform resource does actually write to git etc? Should there be a less opinionated mode that just deploys flux and one source config with a URL? |
Terraform is just a wrapper of the |
I guess I would just have to apply a static manifest with terraform and configure OCI repo, will just need to vendor the manifest. |
Bootstrap means Flux should be able to manage itself and whole cluster in one go. So |
What I mean is that I just want to install flux controllers into With 0.x version of this provider I could use Hope what I said earlier makes more sense now. |
So I guess what I'd want from this provider is actually a |
We had that and we removed it, this TF provider for bootstrap only. If you need to just install Flux then you can do this: https://github.com/fluxcd/terraform-provider-flux/blob/main/examples/helm-install/main.tf |
Draft RFC here: fluxcd/flux2#4749 |
Ideally there would be a resource which bootstraps the cluster using OCI as a source too.
The text was updated successfully, but these errors were encountered: