zarak
zarak
I also face this issue: ``` {"error":"dial tcp: lookup authentik-redis-master: i/o timeout","event":"failed to connect to redis","level":"panic","logger":"authentik.outpost.proxyv2.application","name":"loki","timestamp":"2024-05-28T15:48:09Z"} panic: (*logrus.Entry) 0xc000237340 goroutine 216 [running]: github.com/sirupsen/logrus.(*Entry).log(0xc0002372d0, 0x0, {0xc000442960, 0x1a}) /go/pkg/mod/github.com/sirupsen/[email protected]/entry.go:260 +0x491 github.com/sirupsen/logrus.(*Entry).Log(0xc0002372d0, 0x0,...
I didn't hit this problem
Hello @zekker6 ! Thank you for the commit, I need to test in my setup because I think I have to rewrite `- --cluster.advertise-address=$(POD_IP):6783` to `- --cluster.advertise-address=[$(POD_IP)]:6783` as well
Thank you @motey for the example config :)