TomBraun02

Results 3 comments of TomBraun02

If someone has already made it work, it would be nice if he leaves a tutorial here on how to do it manually.

In my installation with Nginx-Proxy the following works with 4.11.0 location / { proxy_pass http://127.0.0.1:3443/; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade; proxy_set_header Accept-Encoding gzip; proxy_set_header Origin https://$host; proxy_set_header Host $host;...

Hi, do you have a HTTP proxy on your network? Please the output of: `kubectl get pods -A` `kubectl describe pod coredns-597584b69b-glmkk -n kube-system`