Closed alexalex89 closed 1 year ago
Hi Alex,
This is known issue in the terraform-provider-flux. They are now deprecated flux-install and flux-sync and migrate to flux-bootstrap-git as described in https://registry.terraform.io/providers/fluxcd/flux/latest/docs/guides/migrating-to-resource.
You can use flux-bootstrap-git resource in release v0.25.3. An example is here.
Kind regards,
Great, thanks for your answer! This helps indeed - it's working now. Probably you'd think about marking the old version as deprecated in the docs and refer to the bootstrap.
Kind regards Alex
Hey,
I have an issue regarding
pulumi-flux
andpulumi destroy
. When I want to destroy my cluster, I receive a timeout from two FluxCD resources:This is my code to deploy FluxCD:
There are no pods available in the flux-system namespace when I receive the timeout. I assume that the Finalizers are missing these pods. Is there any fix for the behaviour?
Thanks in advance and kind regards Alex