You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While trying to deploy Loki with Helm charts using the given official tutorial, and using s3 as the object store in Simple Scalable mode, the backend and chunks-cache pods are stuck in Pending state with error -
pod has unbound immediate PersistentVolumeClaims. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.
The PVCs when found are using storage class hostpath -
The official documentation is outdated and full of flaws, and it seems that no one is maintaining it.
The Loki documentation is the worst documentation I've ever seen.
The Loki documentation lacks examples and only provides configurations, leaving people to guess how to use it.
In the past couple of days, I deployed Loki on Docker and encountered numerous issues. The official documentation is outdated. Even though the official documentation is supposed to be the latest version (V3), the docker-compose.yaml provided in the official documentation uses old images(V2).
I suspect they intentionally don't maintain the documentation so that you have to buy their services to get your questions answered.
Describe the bug
While trying to deploy Loki with Helm charts using the given official tutorial, and using s3 as the object store in Simple Scalable mode, the
backend
andchunks-cache
pods are stuck in Pending state with error -The PVCs when found are using storage class
hostpath
-Values config file -
To Reproduce
Steps to reproduce the behavior:
Environment:
The text was updated successfully, but these errors were encountered: