- login
- 접속 정보는 web gui와 동일
argocd login 127.0.0.1 --insecure --username admin --password xxxxx
- app 정보 조회
argocd app get test-dev
- 전체 app 조회
argocd app list
- 특정 repo app 조회
argocd app list --repo [http://repo1.com/test-dev/manifests.git](http://repo1.com/test-dev/manifests.git)
- repo 수정
argocd app set test-dev --repo [http://repo2.com/test-dev/manifests.git](http://repo2.com/test-dev/manifests.git)
- 전체 백업
argocd admin export > backup.yaml
- 전체 복구
argocd admin import - < backup.yaml
반응형
'Dev > DevOps' 카테고리의 다른 글
kubernetes 운영에 도움을 줄 몇 가지 명령 (0) | 2023.02.23 |
---|---|
Redis 성능 향상 방법 (0) | 2022.10.13 |
Redis Cluster 구성 (0) | 2022.10.12 |
prompt에 kubernetes context 표시하기 (0) | 2022.09.16 |
nats - prometheus 연동 (0) | 2022.09.05 |