Open venkateshkelevo opened 2 months ago
Thanks @venkateshkelevo are you deploying using abctl or helm?
I am using helm for deployment
@marcosmarxm, Could you confirm is there any way to achieve auto cleanup of logs?
You should be able to kubectl exec -it -n airbyte-abctl airbyte-minio-0 -- /bin/bash
into the pod and remove those files.
Topic
Is there way to cleanup minio storage space automatically to avoid the space issues
Relevant information
airbyte-minio-0 pod restarts because of pvc storage space is full. The job logs are going to /storage/airbyte-storage/job-logging. Is there a way to cleanup automatically to avoid the space issues?
Thanks.