-
Notifications
You must be signed in to change notification settings - Fork 1
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
(ruka/loki,promtail) Add observability fleet on Ruka #640
base: master
Are you sure you want to change the base?
Conversation
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.
Please test this branch on ruka before re-requesting review.
@@ -0,0 +1,14 @@ | |||
defaultNamespace: monitoring |
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.
Lets install loki into a ns named loki
to be consistent with the mimir deployment.
@@ -0,0 +1,14 @@ | |||
defaultNamespace: monitoring | |||
helmCharts: |
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.
This is not a valid key in a fleet.yaml
file. https://fleet.rancher.io/ref-fleet-yaml
@@ -0,0 +1,52 @@ | |||
# loki/values.yaml | |||
config: |
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.
The only config I see in the values.yaml is loki.confg
. https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml#L127
version: 5.8.4 | ||
valuesFiles: | ||
- loki/values.yaml | ||
- name: promtail |
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.
fleet does not support multiple charts in the same bundle.
The value of the secret will be included after the PR #637