Skip to content

Replication Controller looping parallelization #4866

Closed
@timothysc

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.

Metadata

Assignees

Labels

priority/backlogHigher priority than priority/awaiting-more-evidence.sig/scalabilityCategorizes an issue or PR as relevant to SIG Scalability.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions