-
Notifications
You must be signed in to change notification settings - Fork 6
ENH: deploy opensearch cluster to worker cluster to collect logs #196
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
Conversation
a1dbafd to
7e2d039
Compare
|
This is blocked until our DNS change freeze is complete |
7e2d039 to
abd3b4c
Compare
224724b to
d648d82
Compare
DaveW-STFC
left a comment
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.
Added general questions on setup
d648d82 to
9752d4a
Compare
|
waiting on #227 to be merged first |
9752d4a to
5151609
Compare
|
I'd like a second review on this |
add a test opensearch instance to run on dev worker cluster to test collecting k8s logs
add opensearch config for setting up roles and users for writing and reading logs add separate tenants for each environment so that we can setup separate RBAC policies
this storage class can be configured separately from other apps which also use longhorn on dev-worker
to match with existing domain name format for staging/prod
move opensearch secret to apps directory and change filepath to match - encrypt with worker key
5151609 to
16cb62c
Compare
Dmitry-Popovichev
left a comment
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.
Apart from the 1 comment about indenting it LGTM, though a 3rd experienced reviewer would be recommended.
incorrect yaml when setting up roles/rolemappings fixes remove redundant roles setup distinct dev and prod user + write users for cluster envs various helm template fixups - set and use namespace properly
|
this is now running on dev worker cluster |
Dmitry-Popovichev
left a comment
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.
LGTM
add necessary config to setup opensearch on the dev worker cluster