Stanislav Kolenkin
Results
1
issues of
Stanislav Kolenkin
The capacity parameter on each Backend always is 100% According to GitHub code: https://github.com/GoogleCloudPlatform/k8s-multicluster-ingress/blob/master/app/kubemci/pkg/gcp/backendservice/backendservicesyncer.go#L300-L309 Backend service with RATE balancing mode has max rate ``` func desiredBackends(igLinks []string) []*compute.Backend { //...