openinfradev / decapod-issues

place holder for epic, cross-repo issues, etc.
0 stars 0 forks source link

[Bug] 유저클러스터 삭제 시 argo workflow 실패 #38

Closed Jaesang closed 2 years ago

Jaesang commented 2 years ago

Describe the bug 유저클러스터 삭제 시 워크플로우에서 cluster CR을 삭제한 뒤에 ArgoCD App에서 cluster prefix로 시작하는 앱을 지우는데, 이때 유저클러스터에 설치했던 autoscaler, metrics-server의 대한 App이 남아있어서 이를 지우지 못해(클러스터가 이미 삭제되었으니) 유저클러스터 삭제 워크플로우가 정상 동작하지 않습니다.

To Reproduce

$ tks cluster create test
# 클러스터 생성 완료 후 삭제 
$ tks cluster delete <cluster id>

Screenshots or logs (optional) 스크린샷 2022-03-24 오후 4.04.05.png

Additional context 클러스터 삭제 워크플로우에서 cluster CR을 삭제하기 전에 metrics-server, autoscaler를 먼저 삭제하는 부분 추가필요

robertchoi80 commented 2 years ago

https://github.com/openinfradev/tks-flow/pull/60 조금 전에 머지되었습니다.

Jaesang commented 2 years ago

👍👍이미 머지가 되었군요