Tomas Odehnal

Results 5 comments of Tomas Odehnal

@randomairborne You might post the nginx config... I faced the same issue while I was trying to use a subdirectory to forward the traffic. For me it was the missing...

Thanks @schoeppi5 for the detailed description! Adding the K3s instructions for those that might need them until it is resolved: 1. add these lines to `/etc/rancher/k3s/config.yaml`: ``` kubelet-arg: - feature-gates=DelegateFSGroupToCSIDriver=false...

@jessebot Not sure if it is the same issue but maybe it will help. I'm using `25-alpine` with `hostPath` PV and even though I have set `securityContext` in the pod...

> @tomasodehnal , thanks for poppping in to help (in fact, thank you to everyone who has tried to pop in and help with this weird issue grin ). I...

I was trying to achieve the same - deploy `cloudflared` on kubernetes and configure the host to service mapping on the K8s side. And obviously, I ran into the same...