디스크 공간 관리

review 폴더에 이미지가 보관되는 기간을 관리하여 디스크 공간을 관리합니다.

디스크 사용량이 80%를 초과하면 PEG가 새 메시지 처리를 중지합니다. review 폴더에서 설정을 관리하려면 다음 단계를 수행합니다.

프로시저

  1. ~/peg/text_pipeline/values-gpu.yaml 파일 끝에 다음 코드 블록을 추가합니다. (또는 항목이 이미 있는 경우 수정합니다.)
    
     #Archive Info 
     review_retention_days:  365  
    여기에 포함하는 값은 PEG가 review 폴더에 이미지를 보관하는 기간(일)입니다. 365일을 검토 이미지를 보관할 일수로 바꿉니다. 이 설정은 검토 이미지에만 영향을 미칩니다. 원본 이미지와 전달된 폴더의 이미지는 영향받지 않습니다.
  2. 임의의 폴더에서 다음을 실행하여 변경 사항을 PEG로 푸시합니다.
    source ~/peg/scripts/vars.sh
    kubectl delete cronjob.batch/text-pipeline-masking-masking-cron -n text-pipeline
    kubectl get pods --output=jsonpath={.items..metadata.name} -n text-pipeline -o=name | grep cron | xargs -n1 kubectl delete --grace-period=0 --force -n text-pipeline
    helm upgrade text-pipeline ${text_pipeline_dir} -f ${values_file_t} --namespace text-pipeline --set ocr.name=st-fiq-$new_gen_uuid.$apex_domain --set masking.name=dlp-fiq-$new_gen_uuid.$apex_domain