ADN182

Results 6 comments of ADN182

I have the same problem, but in the same network. With Docker and i use host networking (--net=host) but the Hub are not discover.

Work for me with this docker : https://hub.docker.com/r/jawilson/harmony-api/ and config like that : { "hubs": [ { "name": "Living Room", "ip": "192.168.1.111" }, { "name": "Bedroom", "ip": "192.168.1.112" }, ]:...

Hi, after further investigation, i found a "missing" part on my Traefik configuration. In fact i try to find oauth2 config to redirect to my website after login but no...

Hi @lanmarti, Below my Middleware / IngressRoute Configuration. Don't forger i use the [ForwardAuth with static upstreams configuration ](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/#forwardauth-with-static-upstreams-configuration) not this one _[ForwardAuth with 401 errors middleware](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/#forwardauth-with-401-errors-middleware)_ ``` --- apiVersion:...

Hi I have a blocking point with that (volume not replicated when is detached) ! Indeed if you try to drain node, for maintenance (Upgrade cluster) with a pod with...

Hi @allenporter, Thank for your quick reply ! I finaly find the root cause, indeed i use a container version with restriction to do not use root user and flag...