Juan Vela
Juan Vela
@bryantbiggs This PR should be reopened
I agree with @dspolleke. This should be definitely automated and able to work out of the box. Additionally, I had to add another env var (`HOMEBREW_FORCE_BREWED_CURL`) to make it work...
Another Stacktrace from (Docker) Loki 2.4.2 (revision=525040a32) ``` level=info ts=2022-03-29T08:49:43.751674205Z caller=util.go:109 msg="downloaded file compactor-1648529261.gz from table index_19080" panic: EOF goroutine 2873 [running]: github.com/grafana/loki/pkg/storage/stores/shipper/util.getGzipReader({0x26b50e0, 0xc002194018}) /src/loki/pkg/storage/stores/shipper/util/util.go:38 +0xbc github.com/grafana/loki/pkg/storage/stores/shipper/util.GetFileFromStorage({0x26f8640, 0xc000816f00}, {0x7ff6e8cef9a0, 0xc0000346c0},...
Happening also on Loki 2.5.0
I finally realized all errors were referencing the same file `compactor-1648529261.gz`, which has a timestamp around 2 months ago. I bet it was corrupted. I've solved the crashes by deleting...
@rlio the entire pvc. I bet removing just that file could fix it, but it was a dev deployment so I saved time.
As far as I understand the `-x` flag is intended to specify a context name, not a kubeconfig file (which is what I tried). Just mention I've also tried to...
Oh, my bad. This looks like a duplicate of #110. I will check it ASAP and come back with feedback. Thank you @bostrt
Thinking about it, it would be awesome if the road sign recognition system could also be combined with the Google Maps road sign info if available
Also for certbot. On the other hand, what's going to happen if certbot or any ES (or even Kibana) fails and exits? Some kind of restarter should be considered.