Closed
Description
Inside of the replication controller if the replica-count is off it will fork a go routine to increment or decrement the # of pods. This is pretty inefficient and could probably be boiled down to a single api call with a count.
e.g. submit replication 1000 ... 1000 concurrent api calls.