1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 23:16:22 +00:00

reduce rewrite workers, add additional logging around secrets retrieval

This commit is contained in:
Ryan Sanna
2020-12-18 14:01:47 -07:00
parent c3e5f6f768
commit c14c39f8c5
2 changed files with 24 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ const (
FullStateConfigMapName = "full-cluster-state"
UpdateStateTimeout = 30
GetStateTimeout = 30
RewriteWorkers = 5
SyncWorkers = 10
NoneAuthorizationMode = "none"
LocalNodeAddress = "127.0.0.1"