mirror of
https://github.com/rancher/rke.git
synced 2025-09-09 02:51:15 +00:00
[v1.6] Fixes 478
This commit is contained in:
committed by
Bruno Bachmann
parent
39e3f510a8
commit
e5c4d27b07
@@ -86,8 +86,9 @@ const (
|
||||
AuthnWebhookProvider = "webhook"
|
||||
StateConfigMapName = "cluster-state"
|
||||
FullStateConfigMapName = "full-cluster-state"
|
||||
UpdateStateTimeout = 30
|
||||
GetStateTimeout = 30
|
||||
FullStateSecretName = "full-cluster-state"
|
||||
UpdateStateTimeout = time.Second * 30
|
||||
GetStateTimeout = time.Second * 30
|
||||
RewriteWorkers = 5
|
||||
SyncWorkers = 10
|
||||
NoneAuthorizationMode = "none"
|
||||
|
Reference in New Issue
Block a user