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
i use 2.0.0 version of cortex helm chart, wiht cortex 1.14.0.
I can't set max_chunk_age: 2h in config.ingester. When i set this parameter cortex-ingester pod are in crashloopback states with this logs:
error loading config from /etc/cortex/cortex.yaml: Error parsing config file: yaml: unmarshal errors:
line 37: field max_chunk_age not found in type ingester.Config
Thats because max-chunk-age was removed in Cortex 1.14 as Cortex no longer supports chunk storage. Please refer to change Cortex changelog or the official documentation site
Hi,
i use 2.0.0 version of cortex helm chart, wiht cortex 1.14.0.
I can't set
max_chunk_age: 2h
inconfig.ingester
. When i set this parameter cortex-ingester pod are in crashloopback states with this logs:My helm config:
Or i am wrong ?
The text was updated successfully, but these errors were encountered: