Wasim Bagwan
02/06/2025, 3:04 AMkapa.ai
02/06/2025, 3:04 AM/storage
path was suggested as a solution. 2. Resource Constraints: Given that you're running on EKS with 3 m5.2xlarge nodes and experiencing issues with pod creation after the source-postgres-check, it's possible that you're hitting resource limits. This aligns with observations in [Github Issue: Airbyte OSS via Helm on EKS: sync jobs are failing constantly](https://github.com/airbytehq/airbyte/issues/35346), where sync jobs were failing due to timeouts in pod creation. 3. Worker Pod Issues: There's a possibility that failed jobs are not releasing resources properly. As mentioned in a comment on [Github Issue: Airbyte is not stable in k8s env](https://github.com/airbytehq/airbyte/issues/38853), restarting the worker pod sometimes helps resolve sync job failures. 4. Version-specific Issues: You're using Airbyte Community Version 1.4.0, which is more recent than the versions mentioned in the knowledge sources. There could be version-specific issues that are not covered in the provided information. To troubleshoot: 1. Check your Minio storage capacity and increase it if necessary. 2. Monitor your cluster's resource usage to ensure you're not hitting limits. 3. Try restarting the Airbyte worker pods to see if it resolves the issue. 4. If possible, check the Kubernetes events and logs for the namespace where Airbyte is deployed for any resource constraint or scheduling issues. If these steps don't resolve the issue, you may need to open a new issue on the Airbyte GitHub repository or seek support through their community channels, as the exact problem you're facing isn't fully covered in the provided knowledge sources.