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
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:
NAME READY STATUS RESTARTS AGE
aws-s3-bucket-tf-runner 0/1 Terminating 0 48m
It seems to stay like this indefinitely. Then when I try to delete the Terraform resource (kubectl delete terraform my-s3-bucket) the tf-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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: