Open cunningr opened 2 months ago
Thanks for reporting this issue, not sure why it is happening though.
Any chance you have some specific replication steps, to be able to debug this?
I havn't ever experienced the runners hanging in a Terminating state, so i would like to find the reason this is happening to you.
I'm just trying out the tofu-controller and have installed the following alongside Flux v1.2.3:
I am trying some very basic operations using the ready to use aws package, in essence just trying to create an S3 bucket.
I can get the bucket to create ok but after the apply, the runner is stuck in
Terminating
:It seems to stay like this indefinitely. Then when I try to delete the
Terraform
resource (kubectl delete terraform my-s3-bucket
) thetf-contrller
logs show that it stuck waiting for the previous running to terminate. If I delete the runner manually it does eventually proceed (I guess other bad things are expected to happen from this point after a manual deletion).