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
With the below configuration I am unable to generate the kubernetes manifests. I get this error evaluating jsonnet: RUNTIME ERROR: must specify a schema config. My understanding was that when using s3 block storage it wasn't required to specify a schema?
Hi, _config isn't just plan translation of Cortex configuration YAML file. It has its own structure, see https://github.com/grafana/cortex-jsonnet/blob/master/cortex/config.libsonnet. To enable blocks storage, you need to use storage_engine: 'blocks' inside _config object (done automatically if you also import "cortex/tsdb.libsonnet" and add it to the config:
With the below configuration I am unable to generate the kubernetes manifests. I get this error
evaluating jsonnet: RUNTIME ERROR: must specify a schema config
. My understanding was that when using s3 block storage it wasn't required to specify a schema?local cortex = import "cortex/cortex.libsonnet";
The text was updated successfully, but these errors were encountered: