DEVOPS/ARGO (3) 썸네일형 리스트형 (DK) ARGO SLACK Integration 현재 블로그를이전 중에 있다. 아래에 더 많은 내용을 담았으니 아래에서 확인 해 보면 좋을거 같습니다. https://huntedhappy.github.io/argo/ The Documentation Argo-CD Argo Install Guide huntedhappy.github.io 슬랙 설정은 여기 잘 나와 있으므로 여기서 보고 따라 하자 https://argocd-notifications.readthedocs.io/en/stable/services/slack/ Slack - Argo CD Notifications Slack Configuration Create Slack Application using https://api.slack.com/apps?new_app=1 Once application.. (DK) Argocd-cli 설치 및 User 추가 및 RABC 적용 현재 블로그 이전으로 아래 내용에서 더 자세히 확인 할 수 있을거 같다. https://huntedhappy.github.io/argo/ The Documentation Argo-CD Argo Install Guide huntedhappy.github.io // 설치 VERSION=$(curl --silent "https://api.github.com/repos/argoproj/argo-cd/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/') curl -sSL -o /usr/local/bin/argocd https://github.com/argoproj/argo-cd/releases/download/$VERSION/argocd-lin.. (DK) TKG에 HELM을 통한 ARGO 배포 ## namespace 생성 kubectl create namespace argo ## helm repo 등록 helm repo add argo https://argoproj.github.io/argo-helm ## helm repo update helm repo update ## helm values download helm show values argo/argo-cd > argocd.yaml ## ssl로 구성시 생성한 인증서 등록 (Optional) kubectl create secret tls argo-tls --cert=/data/cert/yourdomain.com.crt --key=/data/cert/yourdomain.com.key -n argo ## 수정이 필요 하면 argocd.yaml .. 이전 1 다음