Carlos Juan Gómez Peñalver

Results 44 comments of Carlos Juan Gómez Peñalver

I have the same issue but I'm using terraform to create the secret just after the cluster has been created but I can't get it working I followed this structure...

> Hello @pathob ! My workaround is to downgrade to 1.3.2 https://registry.terraform.io/providers/hashicorp/helm/1.3.2/docs/data-sources/repository and using `helm_repository` data resource. EDIT: Ignore this post... this was working locally because Terraform Helm was using...

Use the environment variable `ES_INDEX` https://github.com/openzipkin/zipkin/blob/master/zipkin-server/src/main/resources/zipkin-server-shared.yml#L112

Shouldn't the code be default for all the components for Tempo, Loki and Mimir since they are very likely to suffer from the same issue? I was thinking as part...

Hi @andreaTP , I think the user should be responsible to create whatever `NetworPolicy`, or whatever the CNI flavour they use, they want for the `Keycloaks` they deploy But I...

(off-topic but I feel like it's very well deserved) Hats off @apparentlymart beautifully and detailed write up :100: kudos

I'm very interested in this too. I'm looking into reducing the resource footprint on the clusters and replacing Promtail with OTL receiver @kago-dk Looks like from `0.59` onwards you need...

(ignore my previous comment I was looking at the `filelog` exporter resources and attributes)

This is how I did replicate the functionality of `terraform_docs_replace` with `terraform_docs` Add `.terraform-docs.yml` to the root of the project ```yaml formatter: "markdown" output: file: "README.md" mode: replace template: |-...

I keep running into this problem due to OOMK, based on the limits I've set but this could come from the underlying OS if a node is overcommited on memory...