Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8b3b5a9f
Unverified
Commit
8b3b5a9f
authored
Jan 07, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 07, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72621 from feiskyer/lb-rules-count
Increase default maximumLoadBalancerRuleCount to 250
parents
1641ff41
654ab75b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
azure.go
pkg/cloudprovider/providers/azure/azure.go
+9
-8
No files found.
pkg/cloudprovider/providers/azure/azure.go
View file @
8b3b5a9f
...
@@ -47,14 +47,15 @@ import (
...
@@ -47,14 +47,15 @@ import (
const
(
const
(
// CloudProviderName is the value used for the --cloud-provider flag
// CloudProviderName is the value used for the --cloud-provider flag
CloudProviderName
=
"azure"
CloudProviderName
=
"azure"
rateLimitQPSDefault
=
1.0
rateLimitQPSDefault
=
1.0
rateLimitBucketDefault
=
5
rateLimitBucketDefault
=
5
backoffRetriesDefault
=
6
backoffRetriesDefault
=
6
backoffExponentDefault
=
1.5
backoffExponentDefault
=
1.5
backoffDurationDefault
=
5
// in seconds
backoffDurationDefault
=
5
// in seconds
backoffJitterDefault
=
1.0
backoffJitterDefault
=
1.0
maximumLoadBalancerRuleCount
=
148
// According to Azure LB rule default limit
// According to https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits#load-balancer.
maximumLoadBalancerRuleCount
=
250
vmTypeVMSS
=
"vmss"
vmTypeVMSS
=
"vmss"
vmTypeStandard
=
"standard"
vmTypeStandard
=
"standard"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment