모드 간 전환

PEG를 전달 모드로 변경한 다음 다시 검토 모드로 변경합니다.

전제 조건

기본적으로 PEG는 처음에 검토 모드에서 시작됩니다.

프로시저

  1. 전달 모드로 전환하려면
    1. ~/peg/text_pipeline/values-gpu.yaml 파일을 편집합니다. 파일 끝에서 forward_to_fluentd 값을 true로 변경하고 변경 사항을 저장합니다.
      forward_to_fluentd: "true"
    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
  2. 검토 모드로 다시 전환하려면
    1. ~/peg/text_pipeline/values-gpu.yaml 파일을 편집합니다. 파일 끝에서 forward_to_fluentd 값을 false로 변경하고 변경 사항을 저장합니다.
      forward_to_fluentd: "false"
    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