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
I am installing helm chart loki-6.16.0 (also tried the latest) version. All pods seem to be running except loki-read which when i describe has an error "Readiness probe failed: HTTP probe failed with statuscode: 503". I am using Azure blob for storage. I am installing helm chart in "loki" namespace.
values.yaml
loki:
schemaConfig:
configs:
- from: "2024-04-01"store: tsdbobject_store: azureschema: v13index:
prefix: loki_index_period: 24hingester:
chunk_encoding: snappytracing:
enabled: truequerier:
max_concurrent: 4storage:
type: azureazure:
# Name of the Azure Blob Storage accountaccountName: "storage_account_name"# Key associated with the Azure Blob Storage accountaccountKey: "sas_key"# Comprehensive connection string for Azure Blob Storage account (Can be used to replace endpoint, accountName, and accountKey)#connectionString: <your-connection-string># Flag indicating whether to use Azure Managed Identity for authenticationuseManagedIdentity: false# Flag indicating whether to use a federated token for authenticationuseFederatedToken: false# Client ID of the user-assigned managed identity (if applicable)#userAssignedId: <your-user-assigned-id># Timeout duration for requests made to the Azure Blob Storage account (in seconds)requestTimeout: 120# Domain suffix of the Azure Blob Storage service endpoint (e.g., core.windows.net)endpointSuffix: blob.core.windows.netbucketNames:
chunks: "chunks"ruler: "ruler"admin: "admin"deploymentMode: SimpleScalablebackend:
replicas: 3read:
replicas: 3write:
replicas: 3# Disable minio storageminio:
enabled: false
Expected behavior
All pods should be running.
Environment:
Infrastructure: AKS
Deployment tool: helm
I have pre-created chunks, ruler and admin containers in blob storage. I am not able to get it running even with minio.enabled=true.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am installing helm chart loki-6.16.0 (also tried the latest) version. All pods seem to be running except loki-read which when i describe has an error "Readiness probe failed: HTTP probe failed with statuscode: 503". I am using Azure blob for storage. I am installing helm chart in "loki" namespace.
values.yaml
Expected behavior
All pods should be running.
Environment:
I have pre-created chunks, ruler and admin containers in blob storage. I am not able to get it running even with minio.enabled=true.
The text was updated successfully, but these errors were encountered: