Merge pull request #99795 from robscott/endpointslice-ports-validation
Increasing maximum number of ports allowed in EndpointSlice
This commit is contained in:
		| @@ -40,7 +40,7 @@ var ( | |||||||
| 	) | 	) | ||||||
| 	maxTopologyLabels = 16 | 	maxTopologyLabels = 16 | ||||||
| 	maxAddresses      = 100 | 	maxAddresses      = 100 | ||||||
| 	maxPorts          = 100 | 	maxPorts          = 20000 | ||||||
| 	maxEndpoints      = 1000 | 	maxEndpoints      = 1000 | ||||||
| ) | ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot