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
@@ -4922,11 +4914,11 @@ The great thing about Claudie is that it utilizes open source tools to set up an
4922
4914
4923
4915
### Terraformer service not starting(https://docs.claudie.io/latest/troubleshooting/troubleshooting/\#terraformer-service-not-starting)
4924
4916
4925
-
Terraformer relies on MinIO and DynamoDB datastores to be configured via jobs `make-bucket-job` and `create-table-job` respectively. If these jobs fail to configure the datastores, or the datastores themselves fail to start, Terraformer will also fail to start.
4917
+
Terraformer relies on MinIO datastore to be configured via jobs `make-bucket-job`. If the job fails to configure the datastore, or the datastore itself fails to start, Terraformer will also fail to start.
The `create-table-job` is responsible for creating necessary tables in the DynamoDB datastore, while the `make-bucket-job` creates a bucket in the MinIO datastore. If these jobs encounter scheduling problems or experience slow autoscaling, they may fail to complete within the designated time frame. To handle this, we have set the `backoffLimit` of both jobs to fail after approximately 42 minutes. If you encounter any issues with these jobs or believe the `backoffLimit` should be adjusted, please [create an issue](https://github.com/berops/claudie/issues).
4921
+
The `make-bucket-job` creates a bucket in the MinIO datastore. If this job encounter scheduling problems or experience slow autoscaling, it may fail to complete within the designated time frame. To handle this, we have set the `backoffLimit` to fail after approximately 42 minutes. If you encounter any issues with this job or believe the `backoffLimit` should be adjusted, please [create an issue](https://github.com/berops/claudie/issues).
- Locking Mechanism for the state files is implemented via **DynamoDB**
4966
+
- Terraform/OpenTofu state files are stored in **MinIO**. This same **MinIO** instance is utilized for the locking mechanism, leveraging [S3 native state locking](https://opentofu.org/blog/opentofu-1-10-0/) in OpenTofu.
4976
4967
4977
4968
These are the only services that will have a PVC attached to it, the other are stateless.
0 commit comments