Merge pull request #839 from medzin/default-aws-batch

Change default AWSBatchChangeSize to 1000
This commit is contained in:
Kubernetes Prow Robot 2019-01-11 02:38:15 -08:00 committed by GitHub
commit f2ddaaf6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ var defaultConfig = &Config{
AWSZoneType: "",
AWSZoneTagFilter: []string{},
AWSAssumeRole: "",
AWSBatchChangeSize: 4000,
AWSBatchChangeSize: 1000,
AWSBatchChangeInterval: time.Second,
AWSEvaluateTargetHealth: true,
AzureConfigFile: "/etc/kubernetes/azure.json",

View File

@ -45,7 +45,7 @@ var (
AWSZoneType: "",
AWSZoneTagFilter: []string{""},
AWSAssumeRole: "",
AWSBatchChangeSize: 4000,
AWSBatchChangeSize: 1000,
AWSBatchChangeInterval: time.Second,
AWSEvaluateTargetHealth: true,
AzureConfigFile: "/etc/kubernetes/azure.json",