We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Towards: #311 Towards: #1840
Along with Loki we need to deploy Promtail on AWS vintage installations to actually gather logs.
This should be deployed on all AWS vintage installation but flamingo and bandicoot.
flamingo
bandicoot
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
Fixed config a bit but promtail is deployed on gaia https://github.com/giantswarm/config/blob/main/default/apps/logging-operator/configmap-values.yaml.template
Sorry, something went wrong.
Current status on gaia:
Had to prevent loki backend to run on control plane nodes using node affinity (we probably want to have that by by default though) https://github.com/giantswarm/config/blob/a0c560715675e86b1b5b0fe6dcfa0e35e1504fa5/default/apps/loki/configmap-values.yaml.template#L41
Promtail is deployed with some stuck in pending (related to cpu usage, to investigate).
Logs are now sent to loki once I restarted the proxy
Restarting the proxy fixed it :)
All that's left is to enable it on all aws vintage installations
Promtail is now deployed via logging-operator and this was tested and works with the logging.enabled flag.
hervenicol
No branches or pull requests
Towards: #311
Towards: #1840
Along with Loki we need to deploy Promtail on AWS vintage installations to actually gather logs.
This should be deployed on all AWS vintage installation but
flamingo
andbandicoot
.Promtail
The text was updated successfully, but these errors were encountered: