kubernetes getting Internal error occurred: failed to allocate a serviceIP: range is full when creating service w. nodeport.

1/27/2017

We have 254 nodeports currently in use (we have a number of environments sharing a cluster) and are using the default range. Is there a api parameter that I'm not seeing to bump this limit up?

-- jferr
kubernetes

1 Answer

1/27/2017

You probably need to change the --service-cluster-ip-range= on the kube-api-server.

-- rwehner
Source: StackOverflow