Skip to content

Commit beb35a5

Browse files
authored
increase pod worker to 30 and update supported instance types list (#362)
1 parent 6b2c897 commit beb35a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/aws/vpc/limits.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/config/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
WorkQueueDefaultMaxRetries = 5
2727

2828
// Default Configuration for Pod ENI resource type
29-
PodENIDefaultWorker = 20
29+
PodENIDefaultWorker = 30
3030

3131
// Default Configuration for IPv4 resource type
3232
IPv4DefaultWorker = 2

0 commit comments

Comments
 (0)