-
Notifications
You must be signed in to change notification settings - Fork 9
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
remove prometheus CR before LMA appgroup removal #73
Conversation
TKS 쪽에 적용시 한가지 이슈가 있어, 내용 수정이 필요하니 아직 merge하지 말아주세요 |
3715b88
to
fb7ae2a
Compare
기본 decapod 처럼 single cluster 에서 사용되는 경우와, TKS처럼 multi-cluster에서 사용되는 경우를 구분하다 보니 수정 사항이 많아졌습니다. 많은 테스트를 거쳐 두가지 case 모두 잘 동작하도록 만들었습니다. |
이렇게 kubeconfig secret을 사전에 mount하지 않고, bash block 내에서 if 조건에 따라 읽어오도록 하니 굳이 두 케이스를 별도 step으로 나눌 필요 없이 간단히 해결되네요. 이 방향이 더 낫지 않을까 생각됩니다.
|
30207e6
to
9d64e2c
Compare
위에 말한 방향으로 코드 수정 및 테스트까지 완료하였고, 커밋들도 1개로 합쳤습니다. 이제 리뷰해주시면 됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네임스페이스 관련 변경요청
아래 버그 픽스하는 PR 입니다.
https://github.com/openinfradev/tks-issues/issues/182
관련된 openinfradev/tks-flow#41 도 함께 리뷰 부탁드립니다