Daniel Tomcej
Daniel Tomcej
Hello @dpoll, How are requests coming into the Traefik replicas? are the incoming requests being loadbalanced upstream?
@sloonz You are correct! When we closed #1396, most of the feature requests were centred around implementing layer 4 functionality. Now that Traefik v2 supports L4 and L7, this feature...
Hello @mattharrigan, You are correct when you state that granting list RBAC allows for access to the content. We initialize the informer here: https://github.com/containous/traefik/blob/master/pkg/provider/kubernetes/crd/client.go#L172 and you will notice that it...
@mattharrigan, I think you misunderstood that statement. The `get` in the go-client bypasses the informer cache, and queries the API directly. List is effectively a superset of get. This is...
One concern here is that if you update the certificate using a new key, the keypair will be mismatched for a period of time, which will cause a TLS failure....