Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to cleanup all kubernetes' resources when deleting a cluster #143

Open
sykim-etri opened this issue Sep 6, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@sykim-etri
Copy link
Member

  • Version: 0.6.0
  • 현재 클러스터 삭제시 단순히 관련 VM 인스턴스들을 삭제하고 있는 것으로 보입니다. 쿠버네티스를 통해 생성되는 CSP 연계 자원들도 있을 수 있기에 관련 VM 인스턴스들을 삭제하기 전 쿠버네티스 자원들을 삭제하는 단계가 필요하다고 판단됩니다.
  • kubectl delete all --all 등의 명령을 수행하면 될 것 같긴 한데, 혹 관련 경험이 있으신 분 계신가요?
  • 참조: https://stackoverflow.com/questions/47128586/how-to-delete-all-resources-from-kubernetes-one-time
@sykim-etri sykim-etri added the enhancement New feature or request label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant