반응형
포트포워딩
-
K8S ArgoCD 설치 (feat. Helm3)K8S 2021. 6. 25. 15:26
Helm3 설치 curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 > get_helm.sh chmod 700 get_helm.sh ./get_helm.sh Helm 레포지토리에 argocd 추가 helm repo add argo https://argoproj.github.io/argo-helm Repository update helm repo update argo repository 목록 확인 helm search repo argo argo cd 설치 helm install repo argo/argo-cd 권장사항은 포트 포워딩이지만 필자는 Nodeport로 edit해서 사용한다. kubectl edit svc repo-..