Skip to content

Commit

Permalink
Up namespace controller workers to 5
Browse files Browse the repository at this point in the history
Increase the number of namespace controller workers from 2 to 5 in an
effort to speed up namespace deletions.
  • Loading branch information
ncdc committed May 25, 2017
1 parent 714ac7c commit 78a4c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-controller-manager/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func NewCMServer() *CMServer {
ConcurrentJobSyncs: 5,
ConcurrentResourceQuotaSyncs: 5,
ConcurrentDeploymentSyncs: 5,
ConcurrentNamespaceSyncs: 2,
ConcurrentNamespaceSyncs: 5,
ConcurrentSATokenSyncs: 5,
LookupCacheSizeForRC: 4096,
LookupCacheSizeForRS: 4096,
Expand Down

0 comments on commit 78a4c8e

Please sign in to comment.