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
Describe the bug HPA for Loki-indexer in a failed state when zoneAwareReplication is set to enabled
To Reproduce
ingester: zoneAwareReplication: enabled: true autoscaling: enabled: true minReplicas: 1 maxReplicas: 15 targetCPUUtilizationPercentage: 80 targetMemoryUtilizationPercentage: 80
kubectl describe hpa loki-ingester -n monitoring ---snip--- Warning FailedGetScale 30s (x6119 over 25h) horizontal-pod-autoscaler statefulsets.apps "loki-ingester" not found
There is no loki-ingester statefulset. There are instead the 3 zone aware statefulsets.
Expected behavior
expect to see HPA working with the zone aware statefulsets.
Environment:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
HPA for Loki-indexer in a failed state when zoneAwareReplication is set to enabled
To Reproduce
There is no loki-ingester statefulset. There are instead the 3 zone aware statefulsets.
Expected behavior
expect to see HPA working with the zone aware statefulsets.
Environment:
The text was updated successfully, but these errors were encountered: