Paul Rogers

Results 16 comments of Paul Rogers

lgtm! I just changed the PR title to be `style:` to fit with the conventional commit format. Thanks for the contribution!

Please describe what error(s) you are seeing, along with what version of docker, and what operating system you are running on.

@rea1shane I have opened https://github.com/grafana/loki/issues/13065 to track that issue, as it appears you are running a different docker compose than the one this report is on. If I am mistaken,...

I'm sorry to hear you are running into an issue with this. I just tried a fresh install of the docker-compose setup in the production/docker directory on Fedora 34, and...

Thank you. What does your networking look like? What IPs are you using, what are your interface names? I wonder if some of the information in [this](https://community.grafana.com/t/gossip-ring-memberlist-no-private-ip-address-found/52209/8) issue would help?

By utilizing the `production/docker/docker-compose.yaml` file, and modifying the `production/docker/config/loki.yaml` file to point to an invalid interface on my system, I was able to recreate what you are seeing. I modified...

If you were to not make any Loki configuration changes, for the pods that stay up, can you shell into them to see what interfaces are available? This log appears...

OK, my suspicion is that the configuration you have for default address pools (thank you for finding this!) is allocating subnets from `172.0.0.1` to `172.0.255.255`, and each of those subnets...