You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module [vendoring](https://go.dev/ref/mod#vendoring) is used to manage 3d-party modules in the project.
@@ -524,8 +527,8 @@ All changes to those modules should be reflected in the remote VCS repository.
524
527
525
528
### Known Issues
526
529
1. The loadbalancer has a limitation of 16 backend sets per load balancer. We create a backend set for every unique service and port combination. So if a customer has more such services they need to have new load balancers.
527
-
2. Each service port is mapped to a load balancer listener. For SSL configuration customer can specify only one key pair per listener. Any conflicting declarations across ingress resources for same lister will throw a validation error.
528
-
3. Any conflicting declarations for same backend set health checker and routing policy across ingress resources will throw a validation error.
530
+
2. Each service port is mapped to a load balancer listener. For SSL configuration customer can specify only one key pair per listener which would be used for SSL termination. All the backend sets that are mapped to the listener will use the same issuer(CA Bundle) as the issuer of listener certificate. Any conflicting declarations across ingress resources for same listener will throw a validation error which will be logged in controller logs.
531
+
3. Any conflicting declarations for same backend set health checker and routing policy across ingress resources will throw a validation error which will be logged in controller logs.
529
532
4. For supporting ssl through kubernetes secrets, we generate respective certificates and ca bundles in certificate service. If we delete ingress resource, currently we only delete the load balancer resources.
530
533
The certificates need to be cleared by the customer.
0 commit comments