Thomas John Randowski

Results 7 comments of Thomas John Randowski

Would this work with the Kubernetes Ingress provider? Trying to mimic this manually (create separate ports, service, etc), but it seems like even if I use the appropriate annotations to...

Based on [this](https://doc.traefik.io/traefik/providers/kubernetes-ingress/#ingressendpoint), it seems like its a limitation of Traefik itself/Ingress in general. All ingresses for a given Ingress class get pointed a single endpoint. Deploying two instances of...

Just an update, I found that providing the following when deploying via Helm resolves the issue ```yaml endpointRoutes: # -- Enable use of per endpoint routes instead of routing via...

I will add as well that my example PV above includes: ```yaml mountOptions: - async - nfsvers=4.2 - noatime ``` These do not appear to affect (or improve) the NFS...

I seem to run in to errors with permissions even when the nfs mount is owned by www-data. I have tried manually editing the securityContext to set the fsGroupChangePolicy, and...

I seem to have resolved the performance issues around the use of NFS. Rsync was being forced to use synchronous writes due to NFS default behavior and how rsync checks...

I'll see if I can take a look at this as well, as this is a feature I would like to make use of if possible.