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
80cee97f
Commit
80cee97f
authored
Dec 21, 2017
by
Tomer Froumin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos and made documentation more consistent
parent
754bb135
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
azure_loadbalancer.go
pkg/cloudprovider/providers/azure/azure_loadbalancer.go
+6
-5
No files found.
pkg/cloudprovider/providers/azure/azure_loadbalancer.go
View file @
80cee97f
...
...
@@ -45,16 +45,17 @@ const (
// 1. Default mode - service has no annotation ("service.beta.kubernetes.io/azure-load-balancer-mode")
// In this case the Loadbalancer of the primary Availability set is selected
// 2. "__auto__" mode - service is annotated with __auto__ value, this when loadbalancer from any availability set
// is selected which has the mi
i
nimum rules associated with it.
// 3. "as1,as2" mode - this is when the l
ao
d balancer from the specified availability sets is selected that has the
// mi
i
nimum rules associated with it.
// is selected which has the minimum rules associated with it.
// 3. "as1,as2" mode - this is when the l
oa
d balancer from the specified availability sets is selected that has the
// minimum rules associated with it.
ServiceAnnotationLoadBalancerMode
=
"service.beta.kubernetes.io/azure-load-balancer-mode"
// ServiceAnnotationLoadBalancerAutoModeValue the annotation used on the service to specify the
// ServiceAnnotationLoadBalancerAutoModeValue
is
the annotation used on the service to specify the
// Azure load balancer auto selection from the availability sets
ServiceAnnotationLoadBalancerAutoModeValue
=
"__auto__"
// ServiceAnnotationDNSLabelName annotation speficying the DNS label name for the service.
// ServiceAnnotationDNSLabelName is the annotation used on the service
// to specify the DNS label name for the service.
ServiceAnnotationDNSLabelName
=
"service.beta.kubernetes.io/azure-dns-label-name"
// ServiceAnnotationSharedSecurityRule is the annotation used on the service
...
...
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