Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 2.5 KB

index.md

File metadata and controls

22 lines (15 loc) · 2.5 KB

Welcome to Loki Operator

This is the Kubernetes Operator for Loki provided by the Red Hat OpenShift engineering team. This is currently a work in progress and is subject to large scale changes that will break any dependencies. Do not use this in any production environment.

Hacking on Loki Operator on kind or OpenShift

Sending Logs to Loki through the Gateway Component

Installation of Storage Size Calculator on OpenShift

  • Storage size calculator works out of the box on OpenShift. For non-openshift distributions you will need to create services like prometheus, serviceMonitor, scrape configuration for log-file-metric exporter, promsecret to access the custom prometheus URL, token.
  • The step-by-step guide on how to install storage size calculator on OpenShift is available.
  • Also, there is a step-by-step guide on how to contribute to this along with local development and testing procedure.
  • There is also a basic troubleshooting guide if you run into some common problems.