Open StefanSa opened 1 day ago
common:
compactor_address:http://loki:3100
path_prefix:/loki
replication_factor:1
storage:
s3:
bucketnames:loki-data
endpoint: ${LOKI_S3_ENDPOINT:-minio:9000}
access_key_id: ${LOKI_S3_ACCESS_KEY_ID:-lgtmp}
secret_access_key: ${LOKI_S3_SECRET_ACCESS_KEY:-supersecret}
insecure: ${LOKI_S3_INSECURE:-true}
s3forcepathstyle: true
http_config:
insecure_skip_verify: true
ring: --> NEED TO WORK
kvstore:
store: inmemory
Loki starts with this small change, but interestingly the healthcheck no longer works.
test: [ "CMD", "/usr/bin/wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3100/ready" ]
What could that be?
Describe the bug The upgrade from v3.1.1 to v3.3.0 fails with the following error message:
loki confg:
To Reproduce Steps to reproduce the behavior: Upgrade attempt v3.3.3 with this configuration
Expected behavior Flawless upgrade to v3.3.3