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

move eck and kibana installation to servicemesh and fix to delete-apps #85

Merged
merged 2 commits into from
Mar 28, 2022

Conversation

seungkyua
Copy link
Contributor

move eck and kibana to servicemesh
fix delete-apps when using grep

move eck and kibana to servicemesh
[
{ "app_group": "lma", "path": "eck-resource", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "kubernetes-event-exporter", "namespace": "lma", "target_cluster": "" }
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. service mesh 에서 lma appgroup,namespace 를 사용하는데... 의도된건가요?
  2. 이동이면, 기존의 lma 설치 workflow 에서도 제거되야 하지 않을까요?

Copy link
Contributor Author

@seungkyua seungkyua Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • service mesh 에서 lma appgroup,namespace 를 사용하는데... 의도된건가요?
  • 이동이면, 기존의 lma 설치 workflow 에서도 제거되야 하지 않을까요?
  1. 의도된 것입니다. app_group 이 path 를 보기 때문에 lma 디렉토리를 봐야 합니다.
  2. 일단 lma 에서 lma_efk 를 설치 안하면 되기 때문에 service mesh 에 설치를 추가했습니다. servicemesh 에서 설치가 가능해지면 추후 lma-efk 에서 제거하는 단계적 접근 방식입니다.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lma 와 servicemesh 의 dependecy 가 없을 수록 좋을 것 같습니다. (가능하다면)
appgroup, namespace 등은 추후 고민해보면 좋겠습니다.

Copy link
Contributor

@ktkfree ktkfree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@ktkfree ktkfree merged commit 5c73725 into openinfradev:main Mar 28, 2022
@bluejayA bluejayA added the type:servicemesh feature related to service mesh management label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:servicemesh feature related to service mesh management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants