Open danstadler-pdx opened 4 days ago
Ran into the same issue on the latest version.
My gateway.yaml
file:
gateway:
enabled: true
enterpriseGateway:
enabled: true
useDefaultProxyURLs: true
replicas: 1
Chart info:
∟ % helm search repo grafana/tempo-distributed
NAME CHART VERSION APP VERSION DESCRIPTION
grafana/tempo-distributed 1.21.1 2.6.0 Grafana Tempo in MicroService mode
Links to lines in question:
I've been poking around various YAML and HELM validators and haven't found any issues, yet.
Found the problem w/ some help from @hedss -
This is for the OSS version, and can be enabled/disabled explicitly:
gateway:
enabled: true
This is for GET, and is automatically enabled when enterprise.enabled=true
:
enterpriseGateway:
...
If gateway.enabled=true
, the install will fail with the error outlined by @danstadler-pdx . Once I set gateway.enabled=false
, the install completed.
It's referenced in our docs here:
I tried deploying charts/tempo-distributed with the following in my custom yaml file:
And I get this output:
When running with dry-run / debug, I also get all of this: