Scenario:
Errors:
ncp/error.loadbalancer_endpoints: LBS_LIMIT_EXCEEDED
"The maximum size of pool members for SMALL load balancer service form factor is 300, current size of pool members is 301"
State:
Pending.DOWNIssue Details:
usage_percentage at 100.00, the you have run into the issue.Using the NSX REST API call to get LB Usage:
tkgi cluster CLUSTER_NAME | grep UUID
Example cluster UUID: 9ad567e6-3535-4fa3-a2d1-51804f7904ef
pks-<UUID>:pks-9ad567e6-3535-4fa3-a2d1-51804f7904ef
b6a5bffa-f6a9-447c-936f-4633f9eb43g1
Example REST API call from above:curl -k -u admin:'<PASSWORD>' "https://<NSX_MANAGER>/api/v1/loadbalancer/services/b6a5bffa-f6a9-447c-936f-4633f9eb43g1/usage"
{ "service_id" : "b6a5bffa-f6a9-447c-936f-4633f9eb43g1", "service_size" : "SMALL", "virtual_server_capacity" : 20, "pool_capacity" : 60, "pool_member_capacity" : 300, "current_virtual_server_count : 16, "current_pool_count : 14, "current_pool_member_count : 300, "usage_percentage" : 100.0, "severity" : "RED"}Read Load Balancer Service Usage
LB Usage output details:
TKGI: 1.20.0 and lower
NSX-T: 4.1.2.1
NCP (NSX-T Container Plugin): 4.1.2.1
Also:
Additional Cause Details:
External References:
Note:
Previous NSX-T product versions were referenced as NSX-T Data Center X.X.X (vs NSX X.X.X)
Example:
NSX-T Data Center 3.2.4 Configuration Limits