Samuel
Samuel
Rook is also affected: https://github.com/rook/rook/issues/4780 And even though I'm not using Rook, I do use Rados Gateways - and MinIO, Most of the time, I would create a single Service...
Using the original plugin, I can see tinytinyrss failing to connect my OpenLDAP, with the following message in slapd logs: ``` 5f943ab4 conn=7283 fd=16 ACCEPT from IP=x.x.x.x:59934 (IP=0.0.0.0:1636) TLS: can't...
I'll let my colleagues know about that Java generator option. We're still looking to fix this, a coworker took over as I have no experience with Java myself. So far,...
IMHO, RollingUpdate should fit all use cases. Do you have a specific scenario in mind? Sure, applying an update would result in sequential restarts and a window of time during...
> Ceates a new service that fronts Traefik, it doesn't provide any differentiator to Traefik that the request came through the internal service instead. If this is just a duplicate...
As you point out, you can annotate your Ingress designating which entrypoints should be used exposing their service -- while the ingressroute allows you do to this setting an array...
As an FYI, those experiencing with that issue may add some `ingressClass.fallbackApiVersion` to their values file -- k8s 1.19+ may set it to `v1`, previous versions would need to use...
Hi, You're right. Someone that has `admin` (or even `edit`) privileges within a Namespace should be able to configure his Middlewares, and other Traefik related objects, as much as they...
Could you please provide your value file. Are setting some volumes? Would any of those miss a type?
Could you try with: `helm upgrade --dry-run --debug --install traefik traefik/traefik -f /path/to/values.yaml --namespace default` It would show you Helm generated YAML files, without applying them. You should be able...